#08466B

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

Shades of Dark Cerulean #08466B

Tints of Dark Cerulean #08466B

Color information

#08466B (or 0x08466B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 46 and 6B. RGB value is (8,70,107). Sum of RGB (Red+Green+Blue) = 8+70+107=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #08466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08466B is #F7B994. Grayscale: #373737. Windows color (decimal): -16234901 or 7030280. OLE color: 7030280.

HSL color Cylindrical-coordinate representation of color #08466B: hue angle of 202.42º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08466B is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB870107-
CMYK0.930.3500.58
HSL202.42º86.09%22.55%-
HSV(B)202.42º92.52%41.96%-
XYZ4.945.4914.71-
YUV55.68156.9693.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=4.32%
G=37.84%
B=57.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8701070.930.3500.58202.4286.0922.55
Hex8466B5D2303Aca5617
Octal101061531354307231212627
Binary1000100011011010111011101100011011101011001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08466B; }

 p { color: rgb(8,70,107); }

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

<style>
 a { background-color: #08466B; }

 a { background-color: rgb(8,70,107); }

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

<style>
 span { border-color: #08466B; }

 span { border-color: rgb(8,70,107); }

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