Shades of Dark Cerulean #084372
Tints of Dark Cerulean #084372
RGB
CMYK
RGB Variations
Color information
#084372 (or 0x084372) is known color: Dark Cerulean. HEX triplet: 08, 43 and 72. RGB value is (8,67,114). Sum of RGB (Red+Green+Blue) = 8+67+114=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #084372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084372 is #F7BC8D. Grayscale: #363636. Windows color (decimal): -16235662 or 7488264. OLE color: 7488264.
HSL color Cylindrical-coordinate representation of color #084372: hue angle of 206.6º 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 #084372 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 67 | 114 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.55 |
| HSL | 206.6º | 0.87% | 0.24% | - |
| HSV(B) | 206.6º | 0.93% | 0.45% | - |
| XYZ | 5.14 | 5.28 | 16.67 | - |
| YUV | 54.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 114 | 0.93 | 0.41 | 0 | 0.55 | 206.6 | 0.87 | 0.24 |
| Hex | 8 | 43 | 72 | 5D | 29 | 0 | 37 | CF | 57 | 18 |
| Octal | 10 | 103 | 162 | 135 | 51 | 0 | 67 | 317 | 127 | 30 |
| Binary | 1000 | 1000011 | 1110010 | 1011101 | 101001 | 0 | 110111 | 11001111 | 1010111 | 11000 |
Color Harmonies of #084372
Complementary color
Monochromatic Colors of #084372
Black with #084372
Text Example
Text Example
White with #084372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084372; }
p { color: rgb(8,67,114); }
H1.HeaderClassName
{
color: #084372;
}
.AnyTagClassName
{
color: #084372;
}
</style>
background-color css
<style>
a { background-color: #084372; }
a { background-color: rgb(8,67,114); }
div.DivClassName
{
background-color: #084372;
}
.BgClassName
{
background-color: #084372;
}
</style>
border-color css
<style>
span { border-color: #084372; }
span { border-color: rgb(8,67,114); }
td.TdClassName
{
border-color: #084372;
}
.TagClassName
{
border-color: #084372;
}
</style>