Shades of Dark Cerulean #084D6B
Tints of Dark Cerulean #084D6B
RGB
CMYK
RGB Variations
Color information
#084D6B (or 0x084D6B) is known color: Dark Cerulean. HEX triplet: 08, 4D and 6B. RGB value is (8,77,107). Sum of RGB (Red+Green+Blue) = 8+77+107=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #084D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D6B is #F7B294. Grayscale: #3B3B3B. Windows color (decimal): -16233109 or 7032072. OLE color: 7032072.
HSL color Cylindrical-coordinate representation of color #084D6B: hue angle of 198.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084D6B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 77 | 107 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.58 |
| HSL | 198.18º | 0.86% | 0.23% | - |
| HSV(B) | 198.18º | 0.93% | 0.42% | - |
| XYZ | 5.41 | 6.42 | 14.86 | - |
| YUV | 59.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 107 | 0.93 | 0.28 | 0 | 0.58 | 198.18 | 0.86 | 0.23 |
| Hex | 8 | 4D | 6B | 5D | 1C | 0 | 3A | C6 | 56 | 17 |
| Octal | 10 | 115 | 153 | 135 | 34 | 0 | 72 | 306 | 126 | 27 |
| Binary | 1000 | 1001101 | 1101011 | 1011101 | 11100 | 0 | 111010 | 11000110 | 1010110 | 10111 |
Color Harmonies of #084D6B
Complementary color
Monochromatic Colors of #084D6B
Black with #084D6B
Text Example
Text Example
White with #084D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D6B; }
p { color: rgb(8,77,107); }
H1.HeaderClassName
{
color: #084D6B;
}
.AnyTagClassName
{
color: #084D6B;
}
</style>
background-color css
<style>
a { background-color: #084D6B; }
a { background-color: rgb(8,77,107); }
div.DivClassName
{
background-color: #084D6B;
}
.BgClassName
{
background-color: #084D6B;
}
</style>
border-color css
<style>
span { border-color: #084D6B; }
span { border-color: rgb(8,77,107); }
td.TdClassName
{
border-color: #084D6B;
}
.TagClassName
{
border-color: #084D6B;
}
</style>