Shades of Dark Cerulean #084A70
Tints of Dark Cerulean #084A70
RGB
CMYK
RGB Variations
Color information
#084A70 (or 0x084A70) is known color: Dark Cerulean. HEX triplet: 08, 4A and 70. RGB value is (8,74,112). Sum of RGB (Red+Green+Blue) = 8+74+112=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #084A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A70 is #F7B58F. Grayscale: #3A3A3A. Windows color (decimal): -16233872 or 7358984. OLE color: 7358984.
HSL color Cylindrical-coordinate representation of color #084A70: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A70 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 74 | 112 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.56 |
| HSL | 201.92º | 0.87% | 0.24% | - |
| HSV(B) | 201.92º | 0.93% | 0.44% | - |
| XYZ | 5.47 | 6.12 | 16.22 | - |
| YUV | 58.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 112 | 0.93 | 0.34 | 0 | 0.56 | 201.92 | 0.87 | 0.24 |
| Hex | 8 | 4A | 70 | 5D | 22 | 0 | 38 | CA | 57 | 18 |
| Octal | 10 | 112 | 160 | 135 | 42 | 0 | 70 | 312 | 127 | 30 |
| Binary | 1000 | 1001010 | 1110000 | 1011101 | 100010 | 0 | 111000 | 11001010 | 1010111 | 11000 |
Color Harmonies of #084A70
Complementary color
Monochromatic Colors of #084A70
Black with #084A70
Text Example
Text Example
White with #084A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A70; }
p { color: rgb(8,74,112); }
H1.HeaderClassName
{
color: #084A70;
}
.AnyTagClassName
{
color: #084A70;
}
</style>
background-color css
<style>
a { background-color: #084A70; }
a { background-color: rgb(8,74,112); }
div.DivClassName
{
background-color: #084A70;
}
.BgClassName
{
background-color: #084A70;
}
</style>
border-color css
<style>
span { border-color: #084A70; }
span { border-color: rgb(8,74,112); }
td.TdClassName
{
border-color: #084A70;
}
.TagClassName
{
border-color: #084A70;
}
</style>