#08416F

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

Shades of Dark Cerulean #08416F

Tints of Dark Cerulean #08416F

Color information

#08416F (or 0x08416F) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 6F. RGB value is (8,65,111). Sum of RGB (Red+Green+Blue) = 8+65+111=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #08416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08416F is #F7BE90. Grayscale: #343434. Windows color (decimal): -16236177 or 7291144. OLE color: 7291144.

HSL color Cylindrical-coordinate representation of color #08416F: hue angle of 206.8º 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 #08416F is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB865111-
CMYK0.930.4100.56
HSL206.8º86.55%23.33%-
HSV(B)206.8º92.79%43.53%-
XYZ4.864.9815.74-
YUV53.2160.6295.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=4.35%
G=35.33%
B=60.33%

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
Decimal8651110.930.4100.56206.886.5523.33
Hex8416F5D29038cf5717
Octal101011571355107031712727
Binary1000100000111011111011101101001011100011001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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