Shades of Dark Cerulean #084A6D
Tints of Dark Cerulean #084A6D
RGB
CMYK
RGB Variations
Color information
#084A6D (or 0x084A6D) is known color: Dark Cerulean. HEX triplet: 08, 4A and 6D. RGB value is (8,74,109). Sum of RGB (Red+Green+Blue) = 8+74+109=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #084A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6D is #F7B592. Grayscale: #3A3A3A. Windows color (decimal): -16233875 or 7162376. OLE color: 7162376.
HSL color Cylindrical-coordinate representation of color #084A6D: hue angle of 200.79º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A6D is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 74 | 109 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.57 |
| HSL | 200.79º | 0.86% | 0.23% | - |
| HSV(B) | 200.79º | 0.93% | 0.43% | - |
| XYZ | 5.31 | 6.05 | 15.36 | - |
| YUV | 58.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 109 | 0.93 | 0.32 | 0 | 0.57 | 200.79 | 0.86 | 0.23 |
| Hex | 8 | 4A | 6D | 5D | 20 | 0 | 39 | C9 | 56 | 17 |
| Octal | 10 | 112 | 155 | 135 | 40 | 0 | 71 | 311 | 126 | 27 |
| Binary | 1000 | 1001010 | 1101101 | 1011101 | 100000 | 0 | 111001 | 11001001 | 1010110 | 10111 |
Color Harmonies of #084A6D
Complementary color
Monochromatic Colors of #084A6D
Black with #084A6D
Text Example
Text Example
White with #084A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A6D; }
p { color: rgb(8,74,109); }
H1.HeaderClassName
{
color: #084A6D;
}
.AnyTagClassName
{
color: #084A6D;
}
</style>
background-color css
<style>
a { background-color: #084A6D; }
a { background-color: rgb(8,74,109); }
div.DivClassName
{
background-color: #084A6D;
}
.BgClassName
{
background-color: #084A6D;
}
</style>
border-color css
<style>
span { border-color: #084A6D; }
span { border-color: rgb(8,74,109); }
td.TdClassName
{
border-color: #084A6D;
}
.TagClassName
{
border-color: #084A6D;
}
</style>