Shades of Dark Cerulean #08476C
Tints of Dark Cerulean #08476C
RGB
CMYK
RGB Variations
Color information
#08476C (or 0x08476C) is known color: Dark Cerulean. HEX triplet: 08, 47 and 6C. RGB value is (8,71,108). Sum of RGB (Red+Green+Blue) = 8+71+108=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #08476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08476C is #F7B893. Grayscale: #383838. Windows color (decimal): -16234644 or 7096072. OLE color: 7096072.
HSL color Cylindrical-coordinate representation of color #08476C: hue angle of 202.2º 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 #08476C is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 71 | 108 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.58 |
| HSL | 202.2º | 0.86% | 0.23% | - |
| HSV(B) | 202.2º | 0.93% | 0.42% | - |
| XYZ | 5.06 | 5.64 | 15.01 | - |
| YUV | 56.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 108 | 0.93 | 0.34 | 0 | 0.58 | 202.2 | 0.86 | 0.23 |
| Hex | 8 | 47 | 6C | 5D | 22 | 0 | 3A | CA | 56 | 17 |
| Octal | 10 | 107 | 154 | 135 | 42 | 0 | 72 | 312 | 126 | 27 |
| Binary | 1000 | 1000111 | 1101100 | 1011101 | 100010 | 0 | 111010 | 11001010 | 1010110 | 10111 |
Color Harmonies of #08476C
Complementary color
Monochromatic Colors of #08476C
Black with #08476C
Text Example
Text Example
White with #08476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08476C; }
p { color: rgb(8,71,108); }
H1.HeaderClassName
{
color: #08476C;
}
.AnyTagClassName
{
color: #08476C;
}
</style>
background-color css
<style>
a { background-color: #08476C; }
a { background-color: rgb(8,71,108); }
div.DivClassName
{
background-color: #08476C;
}
.BgClassName
{
background-color: #08476C;
}
</style>
border-color css
<style>
span { border-color: #08476C; }
span { border-color: rgb(8,71,108); }
td.TdClassName
{
border-color: #08476C;
}
.TagClassName
{
border-color: #08476C;
}
</style>