#08426F

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

Shades of Dark Cerulean #08426F

Tints of Dark Cerulean #08426F

Color information

#08426F (or 0x08426F) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 6F. RGB value is (8,66,111). Sum of RGB (Red+Green+Blue) = 8+66+111=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #08426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08426F is #F7BD90. Grayscale: #353535. Windows color (decimal): -16235921 or 7291400. OLE color: 7291400.

HSL color Cylindrical-coordinate representation of color #08426F: hue angle of 206.21º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08426F is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB866111-
CMYK0.930.4100.56
HSL206.21º86.55%23.33%-
HSV(B)206.21º92.79%43.53%-
XYZ4.925.115.76-
YUV53.79160.2895.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 111 (43.75% from 255) = 60%
R=4.32%
G=35.68%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8661110.930.4100.56206.2186.5523.33
Hex8426F5D29038ce5717
Octal101021571355107031612727
Binary1000100001011011111011101101001011100011001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08426F; }

 p { color: rgb(8,66,111); }

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

<style>
 a { background-color: #08426F; }

 a { background-color: rgb(8,66,111); }

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

<style>
 span { border-color: #08426F; }

 span { border-color: rgb(8,66,111); }

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