Shades of Dark Cerulean #084270
Tints of Dark Cerulean #084270
RGB
CMYK
RGB Variations
Color information
#084270 (or 0x084270) is known color: Dark Cerulean. HEX triplet: 08, 42 and 70. RGB value is (8,66,112). Sum of RGB (Red+Green+Blue) = 8+66+112=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #084270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084270 is #F7BD8F. Grayscale: #353535. Windows color (decimal): -16235920 or 7356936. OLE color: 7356936.
HSL color Cylindrical-coordinate representation of color #084270: hue angle of 206.54º 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 #084270 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 66 | 112 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.56 |
| HSL | 206.54º | 0.87% | 0.24% | - |
| HSV(B) | 206.54º | 0.93% | 0.44% | - |
| XYZ | 4.97 | 5.12 | 16.05 | - |
| YUV | 53.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 112 | 0.93 | 0.41 | 0 | 0.56 | 206.54 | 0.87 | 0.24 |
| Hex | 8 | 42 | 70 | 5D | 29 | 0 | 38 | CF | 57 | 18 |
| Octal | 10 | 102 | 160 | 135 | 51 | 0 | 70 | 317 | 127 | 30 |
| Binary | 1000 | 1000010 | 1110000 | 1011101 | 101001 | 0 | 111000 | 11001111 | 1010111 | 11000 |
Color Harmonies of #084270
Complementary color
Monochromatic Colors of #084270
Black with #084270
Text Example
Text Example
White with #084270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084270; }
p { color: rgb(8,66,112); }
H1.HeaderClassName
{
color: #084270;
}
.AnyTagClassName
{
color: #084270;
}
</style>
background-color css
<style>
a { background-color: #084270; }
a { background-color: rgb(8,66,112); }
div.DivClassName
{
background-color: #084270;
}
.BgClassName
{
background-color: #084270;
}
</style>
border-color css
<style>
span { border-color: #084270; }
span { border-color: rgb(8,66,112); }
td.TdClassName
{
border-color: #084270;
}
.TagClassName
{
border-color: #084270;
}
</style>