#134E83

Color #134E83 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #134E83

Tints of Dark Cerulean #134E83

Color information

#134E83 (or 0x134E83) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4E and 83. RGB value is (19,78,131). Sum of RGB (Red+Green+Blue) = 19+78+131=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #134E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E83 is #ECB17C. Grayscale: #424242. Windows color (decimal): -15511933 or 8605203. OLE color: 8605203.

HSL color Cylindrical-coordinate representation of color #134E83: hue angle of 208.39º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134E83 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1978131-
CMYK0.850.4000.49
HSL208.39º74.67%29.41%-
HSV(B)208.39º85.5%51.37%-
XYZ7.097.2322.49-
YUV66.4164.4594.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=8.33%
G=34.21%
B=57.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19781310.850.4000.49208.3974.6729.41
Hex134E835528031d04b1d
Octal231162031255006132011335
Binary100111001110100000111010101101000011000111010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E83; }

 p { color: rgb(19,78,131); }

 H1.HeaderClassName
 {
   color: #134E83;
 }
 .AnyTagClassName
 {
   color: #134E83;
 }
</style>
background-color css

<style>
 a { background-color: #134E83; }

 a { background-color: rgb(19,78,131); }

 div.DivClassName
 {
   background-color: #134E83;
 }
 .BgClassName
 {
   background-color: #134E83;
 }
</style>
border-color css

<style>
 span { border-color: #134E83; }

 span { border-color: rgb(19,78,131); }

 td.TdClassName
 {
   border-color: #134E83;
 }
 .TagClassName
 {
   border-color: #134E83;
 }
</style>