Shades of Dark Cerulean #084A6E
Tints of Dark Cerulean #084A6E
RGB
CMYK
RGB Variations
Color information
#084A6E (or 0x084A6E) is known color: Dark Cerulean. HEX triplet: 08, 4A and 6E. RGB value is (8,74,110). Sum of RGB (Red+Green+Blue) = 8+74+110=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #084A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6E is #F7B591. Grayscale: #3A3A3A. Windows color (decimal): -16233874 or 7227912. OLE color: 7227912.
HSL color Cylindrical-coordinate representation of color #084A6E: hue angle of 201.18º 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 #084A6E is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 74 | 110 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.57 |
| HSL | 201.18º | 0.86% | 0.23% | - |
| HSV(B) | 201.18º | 0.93% | 0.43% | - |
| XYZ | 5.36 | 6.07 | 15.64 | - |
| YUV | 58.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 110 | 0.93 | 0.33 | 0 | 0.57 | 201.18 | 0.86 | 0.23 |
| Hex | 8 | 4A | 6E | 5D | 21 | 0 | 39 | C9 | 56 | 17 |
| Octal | 10 | 112 | 156 | 135 | 41 | 0 | 71 | 311 | 126 | 27 |
| Binary | 1000 | 1001010 | 1101110 | 1011101 | 100001 | 0 | 111001 | 11001001 | 1010110 | 10111 |
Color Harmonies of #084A6E
Complementary color
Monochromatic Colors of #084A6E
Black with #084A6E
Text Example
Text Example
White with #084A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A6E; }
p { color: rgb(8,74,110); }
H1.HeaderClassName
{
color: #084A6E;
}
.AnyTagClassName
{
color: #084A6E;
}
</style>
background-color css
<style>
a { background-color: #084A6E; }
a { background-color: rgb(8,74,110); }
div.DivClassName
{
background-color: #084A6E;
}
.BgClassName
{
background-color: #084A6E;
}
</style>
border-color css
<style>
span { border-color: #084A6E; }
span { border-color: rgb(8,74,110); }
td.TdClassName
{
border-color: #084A6E;
}
.TagClassName
{
border-color: #084A6E;
}
</style>