Shades of Dark Cerulean #08486E
Tints of Dark Cerulean #08486E
RGB
CMYK
RGB Variations
Color information
#08486E (or 0x08486E) is known color: Dark Cerulean. HEX triplet: 08, 48 and 6E. RGB value is (8,72,110). Sum of RGB (Red+Green+Blue) = 8+72+110=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #08486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08486E is #F7B791. Grayscale: #383838. Windows color (decimal): -16234386 or 7227400. OLE color: 7227400.
HSL color Cylindrical-coordinate representation of color #08486E: hue angle of 202.35º 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 #08486E is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 72 | 110 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.57 |
| HSL | 202.35º | 0.86% | 0.23% | - |
| HSV(B) | 202.35º | 0.93% | 0.43% | - |
| XYZ | 5.23 | 5.81 | 15.6 | - |
| YUV | 57.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 110 | 0.93 | 0.35 | 0 | 0.57 | 202.35 | 0.86 | 0.23 |
| Hex | 8 | 48 | 6E | 5D | 23 | 0 | 39 | CA | 56 | 17 |
| Octal | 10 | 110 | 156 | 135 | 43 | 0 | 71 | 312 | 126 | 27 |
| Binary | 1000 | 1001000 | 1101110 | 1011101 | 100011 | 0 | 111001 | 11001010 | 1010110 | 10111 |
Color Harmonies of #08486E
Complementary color
Monochromatic Colors of #08486E
Black with #08486E
Text Example
Text Example
White with #08486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08486E; }
p { color: rgb(8,72,110); }
H1.HeaderClassName
{
color: #08486E;
}
.AnyTagClassName
{
color: #08486E;
}
</style>
background-color css
<style>
a { background-color: #08486E; }
a { background-color: rgb(8,72,110); }
div.DivClassName
{
background-color: #08486E;
}
.BgClassName
{
background-color: #08486E;
}
</style>
border-color css
<style>
span { border-color: #08486E; }
span { border-color: rgb(8,72,110); }
td.TdClassName
{
border-color: #08486E;
}
.TagClassName
{
border-color: #08486E;
}
</style>