#08477D

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

Shades of Dark Cerulean #08477D

Tints of Dark Cerulean #08477D

Color information

#08477D (or 0x08477D) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 7D. RGB value is (8,71,125). Sum of RGB (Red+Green+Blue) = 8+71+125=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #08477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08477D is #F7B882. Grayscale: #3A3A3A. Windows color (decimal): -16234627 or 8210184. OLE color: 8210184.

HSL color Cylindrical-coordinate representation of color #08477D: hue angle of 207.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08477D is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB871125-
CMYK0.940.4300.51
HSL207.69º87.97%26.08%-
HSV(B)207.69º93.6%49.02%-
XYZ6.066.0420.25-
YUV58.32165.6392.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 125 (49.22% from 255) = 61.27%
R=3.92%
G=34.80%
B=61.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8711250.940.4300.51207.6987.9726.08
Hex8477D5E2B033d0581a
Octal101071751365306332013032
Binary1000100011111111011011110101011011001111010000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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