Shades of Dark Cerulean #084370
Tints of Dark Cerulean #084370
RGB
CMYK
RGB Variations
Color information
#084370 (or 0x084370) is known color: Dark Cerulean. HEX triplet: 08, 43 and 70. RGB value is (8,67,112). Sum of RGB (Red+Green+Blue) = 8+67+112=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #084370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084370 is #F7BC8F. Grayscale: #363636. Windows color (decimal): -16235664 or 7357192. OLE color: 7357192.
HSL color Cylindrical-coordinate representation of color #084370: hue angle of 205.96º 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 #084370 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 67 | 112 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.56 |
| HSL | 205.96º | 0.87% | 0.24% | - |
| HSV(B) | 205.96º | 0.93% | 0.44% | - |
| XYZ | 5.03 | 5.24 | 16.07 | - |
| YUV | 54.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 112 | 0.93 | 0.40 | 0 | 0.56 | 205.96 | 0.87 | 0.24 |
| Hex | 8 | 43 | 70 | 5D | 28 | 0 | 38 | CE | 57 | 18 |
| Octal | 10 | 103 | 160 | 135 | 50 | 0 | 70 | 316 | 127 | 30 |
| Binary | 1000 | 1000011 | 1110000 | 1011101 | 101000 | 0 | 111000 | 11001110 | 1010111 | 11000 |
Color Harmonies of #084370
Complementary color
Monochromatic Colors of #084370
Black with #084370
Text Example
Text Example
White with #084370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084370; }
p { color: rgb(8,67,112); }
H1.HeaderClassName
{
color: #084370;
}
.AnyTagClassName
{
color: #084370;
}
</style>
background-color css
<style>
a { background-color: #084370; }
a { background-color: rgb(8,67,112); }
div.DivClassName
{
background-color: #084370;
}
.BgClassName
{
background-color: #084370;
}
</style>
border-color css
<style>
span { border-color: #084370; }
span { border-color: rgb(8,67,112); }
td.TdClassName
{
border-color: #084370;
}
.TagClassName
{
border-color: #084370;
}
</style>