Shades of Dark Cerulean #084072
Tints of Dark Cerulean #084072
RGB
CMYK
RGB Variations
Color information
#084072 (or 0x084072) is known color: Dark Cerulean. HEX triplet: 08, 40 and 72. RGB value is (8,64,114). Sum of RGB (Red+Green+Blue) = 8+64+114=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #084072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084072 is #F7BF8D. Grayscale: #343434. Windows color (decimal): -16236430 or 7487496. OLE color: 7487496.
HSL color Cylindrical-coordinate representation of color #084072: hue angle of 208.3º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084072 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 64 | 114 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.55 |
| HSL | 208.3º | 0.87% | 0.24% | - |
| HSV(B) | 208.3º | 0.93% | 0.45% | - |
| XYZ | 4.97 | 4.93 | 16.61 | - |
| YUV | 52.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 114 | 0.93 | 0.44 | 0 | 0.55 | 208.3 | 0.87 | 0.24 |
| Hex | 8 | 40 | 72 | 5D | 2C | 0 | 37 | D0 | 57 | 18 |
| Octal | 10 | 100 | 162 | 135 | 54 | 0 | 67 | 320 | 127 | 30 |
| Binary | 1000 | 1000000 | 1110010 | 1011101 | 101100 | 0 | 110111 | 11010000 | 1010111 | 11000 |
Color Harmonies of #084072
Complementary color
Monochromatic Colors of #084072
Black with #084072
Text Example
Text Example
White with #084072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084072; }
p { color: rgb(8,64,114); }
H1.HeaderClassName
{
color: #084072;
}
.AnyTagClassName
{
color: #084072;
}
</style>
background-color css
<style>
a { background-color: #084072; }
a { background-color: rgb(8,64,114); }
div.DivClassName
{
background-color: #084072;
}
.BgClassName
{
background-color: #084072;
}
</style>
border-color css
<style>
span { border-color: #084072; }
span { border-color: rgb(8,64,114); }
td.TdClassName
{
border-color: #084072;
}
.TagClassName
{
border-color: #084072;
}
</style>