Shades of Dark Cerulean #084870
Tints of Dark Cerulean #084870
RGB
CMYK
RGB Variations
Color information
#084870 (or 0x084870) is known color: Dark Cerulean. HEX triplet: 08, 48 and 70. RGB value is (8,72,112). Sum of RGB (Red+Green+Blue) = 8+72+112=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #084870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084870 is #F7B78F. Grayscale: #393939. Windows color (decimal): -16234384 or 7358472. OLE color: 7358472.
HSL color Cylindrical-coordinate representation of color #084870: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084870 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 72 | 112 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.56 |
| HSL | 203.08º | 0.87% | 0.24% | - |
| HSV(B) | 203.08º | 0.93% | 0.44% | - |
| XYZ | 5.34 | 5.86 | 16.18 | - |
| YUV | 57.42 | 158.8 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 112 | 0.93 | 0.36 | 0 | 0.56 | 203.08 | 0.87 | 0.24 |
| Hex | 8 | 48 | 70 | 5D | 24 | 0 | 38 | CB | 57 | 18 |
| Octal | 10 | 110 | 160 | 135 | 44 | 0 | 70 | 313 | 127 | 30 |
| Binary | 1000 | 1001000 | 1110000 | 1011101 | 100100 | 0 | 111000 | 11001011 | 1010111 | 11000 |
Color Harmonies of #084870
Complementary color
Monochromatic Colors of #084870
Black with #084870
Text Example
Text Example
White with #084870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084870; }
p { color: rgb(8,72,112); }
H1.HeaderClassName
{
color: #084870;
}
.AnyTagClassName
{
color: #084870;
}
</style>
background-color css
<style>
a { background-color: #084870; }
a { background-color: rgb(8,72,112); }
div.DivClassName
{
background-color: #084870;
}
.BgClassName
{
background-color: #084870;
}
</style>
border-color css
<style>
span { border-color: #084870; }
span { border-color: rgb(8,72,112); }
td.TdClassName
{
border-color: #084870;
}
.TagClassName
{
border-color: #084870;
}
</style>