Shades of Dark Cerulean #084990
Tints of Dark Cerulean #084990
RGB
CMYK
RGB Variations
Color information
#084990 (or 0x084990) is known color: Dark Cerulean. HEX triplet: 08, 49 and 90. RGB value is (8,73,144). Sum of RGB (Red+Green+Blue) = 8+73+144=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #084990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084990 is #F7B66F. Grayscale: #3D3D3D. Windows color (decimal): -16234096 or 9455880. OLE color: 9455880.
HSL color Cylindrical-coordinate representation of color #084990: hue angle of 211.32º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084990 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 73 | 144 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.44 |
| HSL | 211.32º | 0.89% | 0.3% | - |
| HSV(B) | 211.32º | 0.94% | 0.56% | - |
| XYZ | 7.52 | 6.83 | 27.31 | - |
| YUV | 61.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 144 | 0.94 | 0.49 | 0 | 0.44 | 211.32 | 0.89 | 0.3 |
| Hex | 8 | 49 | 90 | 5E | 31 | 0 | 2C | D3 | 59 | 1E |
| Octal | 10 | 111 | 220 | 136 | 61 | 0 | 54 | 323 | 131 | 36 |
| Binary | 1000 | 1001001 | 10010000 | 1011110 | 110001 | 0 | 101100 | 11010011 | 1011001 | 11110 |
Color Harmonies of #084990
Complementary color
Monochromatic Colors of #084990
Black with #084990
Text Example
Text Example
White with #084990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084990; }
p { color: rgb(8,73,144); }
H1.HeaderClassName
{
color: #084990;
}
.AnyTagClassName
{
color: #084990;
}
</style>
background-color css
<style>
a { background-color: #084990; }
a { background-color: rgb(8,73,144); }
div.DivClassName
{
background-color: #084990;
}
.BgClassName
{
background-color: #084990;
}
</style>
border-color css
<style>
span { border-color: #084990; }
span { border-color: rgb(8,73,144); }
td.TdClassName
{
border-color: #084990;
}
.TagClassName
{
border-color: #084990;
}
</style>