Shades of Dark Cerulean #084970
Tints of Dark Cerulean #084970
RGB
CMYK
RGB Variations
Color information
#084970 (or 0x084970) is known color: Dark Cerulean. HEX triplet: 08, 49 and 70. RGB value is (8,73,112). Sum of RGB (Red+Green+Blue) = 8+73+112=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #084970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084970 is #F7B68F. Grayscale: #393939. Windows color (decimal): -16234128 or 7358728. OLE color: 7358728.
HSL color Cylindrical-coordinate representation of color #084970: hue angle of 202.5º 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 #084970 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 73 | 112 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.56 |
| HSL | 202.5º | 0.87% | 0.24% | - |
| HSV(B) | 202.5º | 0.93% | 0.44% | - |
| XYZ | 5.41 | 5.99 | 16.2 | - |
| YUV | 58.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 112 | 0.93 | 0.35 | 0 | 0.56 | 202.5 | 0.87 | 0.24 |
| Hex | 8 | 49 | 70 | 5D | 23 | 0 | 38 | CA | 57 | 18 |
| Octal | 10 | 111 | 160 | 135 | 43 | 0 | 70 | 312 | 127 | 30 |
| Binary | 1000 | 1001001 | 1110000 | 1011101 | 100011 | 0 | 111000 | 11001010 | 1010111 | 11000 |
Color Harmonies of #084970
Complementary color
Monochromatic Colors of #084970
Black with #084970
Text Example
Text Example
White with #084970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084970; }
p { color: rgb(8,73,112); }
H1.HeaderClassName
{
color: #084970;
}
.AnyTagClassName
{
color: #084970;
}
</style>
background-color css
<style>
a { background-color: #084970; }
a { background-color: rgb(8,73,112); }
div.DivClassName
{
background-color: #084970;
}
.BgClassName
{
background-color: #084970;
}
</style>
border-color css
<style>
span { border-color: #084970; }
span { border-color: rgb(8,73,112); }
td.TdClassName
{
border-color: #084970;
}
.TagClassName
{
border-color: #084970;
}
</style>