Shades of Dark Cerulean #084A8E
Tints of Dark Cerulean #084A8E
RGB
CMYK
RGB Variations
Color information
#084A8E (or 0x084A8E) is known color: Dark Cerulean. HEX triplet: 08, 4A and 8E. RGB value is (8,74,142). Sum of RGB (Red+Green+Blue) = 8+74+142=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #084A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A8E is #F7B571. Grayscale: #3D3D3D. Windows color (decimal): -16233842 or 9325064. OLE color: 9325064.
HSL color Cylindrical-coordinate representation of color #084A8E: hue angle of 210.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084A8E is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 74 | 142 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.44 |
| HSL | 210.45º | 0.89% | 0.29% | - |
| HSV(B) | 210.45º | 0.94% | 0.56% | - |
| XYZ | 7.43 | 6.9 | 26.53 | - |
| YUV | 62.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 142 | 0.94 | 0.48 | 0 | 0.44 | 210.45 | 0.89 | 0.29 |
| Hex | 8 | 4A | 8E | 5E | 30 | 0 | 2C | D2 | 59 | 1D |
| Octal | 10 | 112 | 216 | 136 | 60 | 0 | 54 | 322 | 131 | 35 |
| Binary | 1000 | 1001010 | 10001110 | 1011110 | 110000 | 0 | 101100 | 11010010 | 1011001 | 11101 |
Color Harmonies of #084A8E
Complementary color
Monochromatic Colors of #084A8E
Black with #084A8E
Text Example
Text Example
White with #084A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A8E; }
p { color: rgb(8,74,142); }
H1.HeaderClassName
{
color: #084A8E;
}
.AnyTagClassName
{
color: #084A8E;
}
</style>
background-color css
<style>
a { background-color: #084A8E; }
a { background-color: rgb(8,74,142); }
div.DivClassName
{
background-color: #084A8E;
}
.BgClassName
{
background-color: #084A8E;
}
</style>
border-color css
<style>
span { border-color: #084A8E; }
span { border-color: rgb(8,74,142); }
td.TdClassName
{
border-color: #084A8E;
}
.TagClassName
{
border-color: #084A8E;
}
</style>