Shades of Dark Cerulean #08487D
Tints of Dark Cerulean #08487D
RGB
CMYK
RGB Variations
Color information
#08487D (or 0x08487D) is known color: Dark Cerulean. HEX triplet: 08, 48 and 7D. RGB value is (8,72,125). Sum of RGB (Red+Green+Blue) = 8+72+125=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #08487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08487D is #F7B782. Grayscale: #3A3A3A. Windows color (decimal): -16234371 or 8210440. OLE color: 8210440.
HSL color Cylindrical-coordinate representation of color #08487D: hue angle of 207.18º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08487D is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 72 | 125 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.51 |
| HSL | 207.18º | 0.88% | 0.26% | - |
| HSV(B) | 207.18º | 0.94% | 0.49% | - |
| XYZ | 6.12 | 6.17 | 20.27 | - |
| YUV | 58.91 | 165.3 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 125 | 0.94 | 0.42 | 0 | 0.51 | 207.18 | 0.88 | 0.26 |
| Hex | 8 | 48 | 7D | 5E | 2A | 0 | 33 | CF | 58 | 1A |
| Octal | 10 | 110 | 175 | 136 | 52 | 0 | 63 | 317 | 130 | 32 |
| Binary | 1000 | 1001000 | 1111101 | 1011110 | 101010 | 0 | 110011 | 11001111 | 1011000 | 11010 |
Color Harmonies of #08487D
Complementary color
Monochromatic Colors of #08487D
Black with #08487D
Text Example
Text Example
White with #08487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08487D; }
p { color: rgb(8,72,125); }
H1.HeaderClassName
{
color: #08487D;
}
.AnyTagClassName
{
color: #08487D;
}
</style>
background-color css
<style>
a { background-color: #08487D; }
a { background-color: rgb(8,72,125); }
div.DivClassName
{
background-color: #08487D;
}
.BgClassName
{
background-color: #08487D;
}
</style>
border-color css
<style>
span { border-color: #08487D; }
span { border-color: rgb(8,72,125); }
td.TdClassName
{
border-color: #08487D;
}
.TagClassName
{
border-color: #08487D;
}
</style>