#08477B

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

Shades of Dark Cerulean #08477B

Tints of Dark Cerulean #08477B

Color information

#08477B (or 0x08477B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 7B. RGB value is (8,71,123). Sum of RGB (Red+Green+Blue) = 8+71+123=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #08477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08477B is #F7B884. Grayscale: #393939. Windows color (decimal): -16234629 or 8079112. OLE color: 8079112.

HSL color Cylindrical-coordinate representation of color #08477B: hue angle of 207.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08477B is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB871123-
CMYK0.930.4200.52
HSL207.13º87.79%25.69%-
HSV(B)207.13º93.5%48.24%-
XYZ5.935.9919.58-
YUV58.09164.6392.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 123 (48.44% from 255) = 60.89%
R=3.96%
G=35.15%
B=60.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8711230.930.4200.52207.1387.7925.69
Hex8477B5D2A034cf581a
Octal101071731355206431713032
Binary1000100011111110111011101101010011010011001111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,71,123); }

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

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

 a { background-color: rgb(8,71,123); }

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

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

 span { border-color: rgb(8,71,123); }

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