Shades of Dark Cerulean #08476E
Tints of Dark Cerulean #08476E
RGB
CMYK
RGB Variations
Color information
#08476E (or 0x08476E) is known color: Dark Cerulean. HEX triplet: 08, 47 and 6E. RGB value is (8,71,110). Sum of RGB (Red+Green+Blue) = 8+71+110=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #08476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08476E is #F7B891. Grayscale: #383838. Windows color (decimal): -16234642 or 7227144. OLE color: 7227144.
HSL color Cylindrical-coordinate representation of color #08476E: hue angle of 202.94º 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 #08476E is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 71 | 110 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.57 |
| HSL | 202.94º | 0.86% | 0.23% | - |
| HSV(B) | 202.94º | 0.93% | 0.43% | - |
| XYZ | 5.17 | 5.68 | 15.58 | - |
| YUV | 56.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 110 | 0.93 | 0.35 | 0 | 0.57 | 202.94 | 0.86 | 0.23 |
| Hex | 8 | 47 | 6E | 5D | 23 | 0 | 39 | CB | 56 | 17 |
| Octal | 10 | 107 | 156 | 135 | 43 | 0 | 71 | 313 | 126 | 27 |
| Binary | 1000 | 1000111 | 1101110 | 1011101 | 100011 | 0 | 111001 | 11001011 | 1010110 | 10111 |
Color Harmonies of #08476E
Complementary color
Monochromatic Colors of #08476E
Black with #08476E
Text Example
Text Example
White with #08476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08476E; }
p { color: rgb(8,71,110); }
H1.HeaderClassName
{
color: #08476E;
}
.AnyTagClassName
{
color: #08476E;
}
</style>
background-color css
<style>
a { background-color: #08476E; }
a { background-color: rgb(8,71,110); }
div.DivClassName
{
background-color: #08476E;
}
.BgClassName
{
background-color: #08476E;
}
</style>
border-color css
<style>
span { border-color: #08476E; }
span { border-color: rgb(8,71,110); }
td.TdClassName
{
border-color: #08476E;
}
.TagClassName
{
border-color: #08476E;
}
</style>