Shades of Dark Cerulean #084A72
Tints of Dark Cerulean #084A72
RGB
CMYK
RGB Variations
Color information
#084A72 (or 0x084A72) is known color: Dark Cerulean. HEX triplet: 08, 4A and 72. RGB value is (8,74,114). Sum of RGB (Red+Green+Blue) = 8+74+114=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #084A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A72 is #F7B58D. Grayscale: #3A3A3A. Windows color (decimal): -16233870 or 7490056. OLE color: 7490056.
HSL color Cylindrical-coordinate representation of color #084A72: hue angle of 202.64º 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 #084A72 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 74 | 114 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.55 |
| HSL | 202.64º | 0.87% | 0.24% | - |
| HSV(B) | 202.64º | 0.93% | 0.45% | - |
| XYZ | 5.59 | 6.16 | 16.81 | - |
| YUV | 58.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 114 | 0.93 | 0.35 | 0 | 0.55 | 202.64 | 0.87 | 0.24 |
| Hex | 8 | 4A | 72 | 5D | 23 | 0 | 37 | CB | 57 | 18 |
| Octal | 10 | 112 | 162 | 135 | 43 | 0 | 67 | 313 | 127 | 30 |
| Binary | 1000 | 1001010 | 1110010 | 1011101 | 100011 | 0 | 110111 | 11001011 | 1010111 | 11000 |
Color Harmonies of #084A72
Complementary color
Monochromatic Colors of #084A72
Black with #084A72
Text Example
Text Example
White with #084A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A72; }
p { color: rgb(8,74,114); }
H1.HeaderClassName
{
color: #084A72;
}
.AnyTagClassName
{
color: #084A72;
}
</style>
background-color css
<style>
a { background-color: #084A72; }
a { background-color: rgb(8,74,114); }
div.DivClassName
{
background-color: #084A72;
}
.BgClassName
{
background-color: #084A72;
}
</style>
border-color css
<style>
span { border-color: #084A72; }
span { border-color: rgb(8,74,114); }
td.TdClassName
{
border-color: #084A72;
}
.TagClassName
{
border-color: #084A72;
}
</style>