#08476D

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

Shades of Dark Cerulean #08476D

Tints of Dark Cerulean #08476D

Color information

#08476D (or 0x08476D) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 6D. RGB value is (8,71,109). Sum of RGB (Red+Green+Blue) = 8+71+109=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #08476D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08476D is #F7B892. Grayscale: #383838. Windows color (decimal): -16234643 or 7161608. OLE color: 7161608.

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

Color convert

RGB871109-
CMYK0.930.3500.57
HSL202.57º86.32%22.94%-
HSV(B)202.57º92.66%42.75%-
XYZ5.115.6615.29-
YUV56.5157.6393.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.26%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=4.26%
G=37.77%
B=57.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8711090.930.3500.57202.5786.3222.94
Hex8476D5D23039cb5617
Octal101071551354307131312627
Binary1000100011111011011011101100011011100111001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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