Shades of Dark Cerulean #08486D
Tints of Dark Cerulean #08486D
RGB
CMYK
RGB Variations
Color information
#08486D (or 0x08486D) is known color: Dark Cerulean. HEX triplet: 08, 48 and 6D. RGB value is (8,72,109). Sum of RGB (Red+Green+Blue) = 8+72+109=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #08486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08486D is #F7B792. Grayscale: #383838. Windows color (decimal): -16234387 or 7161864. OLE color: 7161864.
HSL color Cylindrical-coordinate representation of color #08486D: hue angle of 201.98º 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 #08486D is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 72 | 109 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.57 |
| HSL | 201.98º | 0.86% | 0.23% | - |
| HSV(B) | 201.98º | 0.93% | 0.43% | - |
| XYZ | 5.18 | 5.79 | 15.31 | - |
| YUV | 57.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 109 | 0.93 | 0.34 | 0 | 0.57 | 201.98 | 0.86 | 0.23 |
| Hex | 8 | 48 | 6D | 5D | 22 | 0 | 39 | CA | 56 | 17 |
| Octal | 10 | 110 | 155 | 135 | 42 | 0 | 71 | 312 | 126 | 27 |
| Binary | 1000 | 1001000 | 1101101 | 1011101 | 100010 | 0 | 111001 | 11001010 | 1010110 | 10111 |
Color Harmonies of #08486D
Complementary color
Monochromatic Colors of #08486D
Black with #08486D
Text Example
Text Example
White with #08486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08486D; }
p { color: rgb(8,72,109); }
H1.HeaderClassName
{
color: #08486D;
}
.AnyTagClassName
{
color: #08486D;
}
</style>
background-color css
<style>
a { background-color: #08486D; }
a { background-color: rgb(8,72,109); }
div.DivClassName
{
background-color: #08486D;
}
.BgClassName
{
background-color: #08486D;
}
</style>
border-color css
<style>
span { border-color: #08486D; }
span { border-color: rgb(8,72,109); }
td.TdClassName
{
border-color: #08486D;
}
.TagClassName
{
border-color: #08486D;
}
</style>