Shades of Dark Cerulean #084E6D
Tints of Dark Cerulean #084E6D
RGB
CMYK
RGB Variations
Color information
#084E6D (or 0x084E6D) is known color: Dark Cerulean. HEX triplet: 08, 4E and 6D. RGB value is (8,78,109). Sum of RGB (Red+Green+Blue) = 8+78+109=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #084E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E6D is #F7B192. Grayscale: #3C3C3C. Windows color (decimal): -16232851 or 7163400. OLE color: 7163400.
HSL color Cylindrical-coordinate representation of color #084E6D: hue angle of 198.42º 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 #084E6D is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 78 | 109 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.57 |
| HSL | 198.42º | 0.86% | 0.23% | - |
| HSV(B) | 198.42º | 0.93% | 0.43% | - |
| XYZ | 5.58 | 6.6 | 15.45 | - |
| YUV | 60.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 109 | 0.93 | 0.28 | 0 | 0.57 | 198.42 | 0.86 | 0.23 |
| Hex | 8 | 4E | 6D | 5D | 1C | 0 | 39 | C6 | 56 | 17 |
| Octal | 10 | 116 | 155 | 135 | 34 | 0 | 71 | 306 | 126 | 27 |
| Binary | 1000 | 1001110 | 1101101 | 1011101 | 11100 | 0 | 111001 | 11000110 | 1010110 | 10111 |
Color Harmonies of #084E6D
Complementary color
Monochromatic Colors of #084E6D
Black with #084E6D
Text Example
Text Example
White with #084E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E6D; }
p { color: rgb(8,78,109); }
H1.HeaderClassName
{
color: #084E6D;
}
.AnyTagClassName
{
color: #084E6D;
}
</style>
background-color css
<style>
a { background-color: #084E6D; }
a { background-color: rgb(8,78,109); }
div.DivClassName
{
background-color: #084E6D;
}
.BgClassName
{
background-color: #084E6D;
}
</style>
border-color css
<style>
span { border-color: #084E6D; }
span { border-color: rgb(8,78,109); }
td.TdClassName
{
border-color: #084E6D;
}
.TagClassName
{
border-color: #084E6D;
}
</style>