Shades of Dark Cerulean #084C6D
Tints of Dark Cerulean #084C6D
RGB
CMYK
RGB Variations
Color information
#084C6D (or 0x084C6D) is known color: Dark Cerulean. HEX triplet: 08, 4C and 6D. RGB value is (8,76,109). Sum of RGB (Red+Green+Blue) = 8+76+109=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #084C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C6D is #F7B392. Grayscale: #3B3B3B. Windows color (decimal): -16233363 or 7162888. OLE color: 7162888.
HSL color Cylindrical-coordinate representation of color #084C6D: hue angle of 199.6º 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 #084C6D is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 76 | 109 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.57 |
| HSL | 199.6º | 0.86% | 0.23% | - |
| HSV(B) | 199.6º | 0.93% | 0.43% | - |
| XYZ | 5.44 | 6.32 | 15.4 | - |
| YUV | 59.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 109 | 0.93 | 0.30 | 0 | 0.57 | 199.6 | 0.86 | 0.23 |
| Hex | 8 | 4C | 6D | 5D | 1E | 0 | 39 | C8 | 56 | 17 |
| Octal | 10 | 114 | 155 | 135 | 36 | 0 | 71 | 310 | 126 | 27 |
| Binary | 1000 | 1001100 | 1101101 | 1011101 | 11110 | 0 | 111001 | 11001000 | 1010110 | 10111 |
Color Harmonies of #084C6D
Complementary color
Monochromatic Colors of #084C6D
Black with #084C6D
Text Example
Text Example
White with #084C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C6D; }
p { color: rgb(8,76,109); }
H1.HeaderClassName
{
color: #084C6D;
}
.AnyTagClassName
{
color: #084C6D;
}
</style>
background-color css
<style>
a { background-color: #084C6D; }
a { background-color: rgb(8,76,109); }
div.DivClassName
{
background-color: #084C6D;
}
.BgClassName
{
background-color: #084C6D;
}
</style>
border-color css
<style>
span { border-color: #084C6D; }
span { border-color: rgb(8,76,109); }
td.TdClassName
{
border-color: #084C6D;
}
.TagClassName
{
border-color: #084C6D;
}
</style>