Shades of Dark Cerulean #084A8C
Tints of Dark Cerulean #084A8C
RGB
CMYK
RGB Variations
Color information
#084A8C (or 0x084A8C) is known color: Dark Cerulean. HEX triplet: 08, 4A and 8C. RGB value is (8,74,140). Sum of RGB (Red+Green+Blue) = 8+74+140=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #084A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A8C is #F7B573. Grayscale: #3D3D3D. Windows color (decimal): -16233844 or 9193992. OLE color: 9193992.
HSL color Cylindrical-coordinate representation of color #084A8C: hue angle of 210º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084A8C is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 74 | 140 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.45 |
| HSL | 210º | 0.89% | 0.29% | - |
| HSV(B) | 210º | 0.94% | 0.55% | - |
| XYZ | 7.28 | 6.84 | 25.75 | - |
| YUV | 61.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 140 | 0.94 | 0.47 | 0 | 0.45 | 210 | 0.89 | 0.29 |
| Hex | 8 | 4A | 8C | 5E | 2F | 0 | 2D | D2 | 59 | 1D |
| Octal | 10 | 112 | 214 | 136 | 57 | 0 | 55 | 322 | 131 | 35 |
| Binary | 1000 | 1001010 | 10001100 | 1011110 | 101111 | 0 | 101101 | 11010010 | 1011001 | 11101 |
Color Harmonies of #084A8C
Complementary color
Monochromatic Colors of #084A8C
Black with #084A8C
Text Example
Text Example
White with #084A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A8C; }
p { color: rgb(8,74,140); }
H1.HeaderClassName
{
color: #084A8C;
}
.AnyTagClassName
{
color: #084A8C;
}
</style>
background-color css
<style>
a { background-color: #084A8C; }
a { background-color: rgb(8,74,140); }
div.DivClassName
{
background-color: #084A8C;
}
.BgClassName
{
background-color: #084A8C;
}
</style>
border-color css
<style>
span { border-color: #084A8C; }
span { border-color: rgb(8,74,140); }
td.TdClassName
{
border-color: #084A8C;
}
.TagClassName
{
border-color: #084A8C;
}
</style>