Shades of Dark Cerulean #08487A
Tints of Dark Cerulean #08487A
RGB
CMYK
RGB Variations
Color information
#08487A (or 0x08487A) is known color: Dark Cerulean. HEX triplet: 08, 48 and 7A. RGB value is (8,72,122). Sum of RGB (Red+Green+Blue) = 8+72+122=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #08487A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08487A is #F7B785. Grayscale: #3A3A3A. Windows color (decimal): -16234374 or 8013832. OLE color: 8013832.
HSL color Cylindrical-coordinate representation of color #08487A: hue angle of 206.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08487A is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 72 | 122 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.52 |
| HSL | 206.32º | 0.88% | 0.25% | - |
| HSV(B) | 206.32º | 0.93% | 0.48% | - |
| XYZ | 5.93 | 6.09 | 19.28 | - |
| YUV | 58.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 122 | 0.93 | 0.41 | 0 | 0.52 | 206.32 | 0.88 | 0.25 |
| Hex | 8 | 48 | 7A | 5D | 29 | 0 | 34 | CE | 58 | 19 |
| Octal | 10 | 110 | 172 | 135 | 51 | 0 | 64 | 316 | 130 | 31 |
| Binary | 1000 | 1001000 | 1111010 | 1011101 | 101001 | 0 | 110100 | 11001110 | 1011000 | 11001 |
Color Harmonies of #08487A
Complementary color
Monochromatic Colors of #08487A
Black with #08487A
Text Example
Text Example
White with #08487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08487A; }
p { color: rgb(8,72,122); }
H1.HeaderClassName
{
color: #08487A;
}
.AnyTagClassName
{
color: #08487A;
}
</style>
background-color css
<style>
a { background-color: #08487A; }
a { background-color: rgb(8,72,122); }
div.DivClassName
{
background-color: #08487A;
}
.BgClassName
{
background-color: #08487A;
}
</style>
border-color css
<style>
span { border-color: #08487A; }
span { border-color: rgb(8,72,122); }
td.TdClassName
{
border-color: #08487A;
}
.TagClassName
{
border-color: #08487A;
}
</style>