Shades of Dark Cerulean #084573
Tints of Dark Cerulean #084573
RGB
CMYK
RGB Variations
Color information
#084573 (or 0x084573) is known color: Dark Cerulean. HEX triplet: 08, 45 and 73. RGB value is (8,69,115). Sum of RGB (Red+Green+Blue) = 8+69+115=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #084573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084573 is #F7BA8C. Grayscale: #373737. Windows color (decimal): -16235149 or 7554312. OLE color: 7554312.
HSL color Cylindrical-coordinate representation of color #084573: hue angle of 205.79º 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 #084573 is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 69 | 115 | - |
| CMYK | 0.93 | 0.4 | 0 | 0.55 |
| HSL | 205.79º | 0.87% | 0.24% | - |
| HSV(B) | 205.79º | 0.93% | 0.45% | - |
| XYZ | 5.32 | 5.55 | 17.01 | - |
| YUV | 56.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 115 | 0.93 | 0.4 | 0 | 0.55 | 205.79 | 0.87 | 0.24 |
| Hex | 8 | 45 | 73 | 5D | 28 | 0 | 37 | CE | 57 | 18 |
| Octal | 10 | 105 | 163 | 135 | 50 | 0 | 67 | 316 | 127 | 30 |
| Binary | 1000 | 1000101 | 1110011 | 1011101 | 101000 | 0 | 110111 | 11001110 | 1010111 | 11000 |
Color Harmonies of #084573
Complementary color
Monochromatic Colors of #084573
Black with #084573
Text Example
Text Example
White with #084573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084573; }
p { color: rgb(8,69,115); }
H1.HeaderClassName
{
color: #084573;
}
.AnyTagClassName
{
color: #084573;
}
</style>
background-color css
<style>
a { background-color: #084573; }
a { background-color: rgb(8,69,115); }
div.DivClassName
{
background-color: #084573;
}
.BgClassName
{
background-color: #084573;
}
</style>
border-color css
<style>
span { border-color: #084573; }
span { border-color: rgb(8,69,115); }
td.TdClassName
{
border-color: #084573;
}
.TagClassName
{
border-color: #084573;
}
</style>