Shades of Dark Cerulean #084D76
Tints of Dark Cerulean #084D76
RGB
CMYK
RGB Variations
Color information
#084D76 (or 0x084D76) is known color: Dark Cerulean. HEX triplet: 08, 4D and 76. RGB value is (8,77,118). Sum of RGB (Red+Green+Blue) = 8+77+118=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #084D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D76 is #F7B289. Grayscale: #3C3C3C. Windows color (decimal): -16233098 or 7752968. OLE color: 7752968.
HSL color Cylindrical-coordinate representation of color #084D76: hue angle of 202.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084D76 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 77 | 118 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.54 |
| HSL | 202.36º | 0.87% | 0.25% | - |
| HSV(B) | 202.36º | 0.93% | 0.46% | - |
| XYZ | 6.02 | 6.67 | 18.11 | - |
| YUV | 61.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 118 | 0.93 | 0.35 | 0 | 0.54 | 202.36 | 0.87 | 0.25 |
| Hex | 8 | 4D | 76 | 5D | 23 | 0 | 36 | CA | 57 | 19 |
| Octal | 10 | 115 | 166 | 135 | 43 | 0 | 66 | 312 | 127 | 31 |
| Binary | 1000 | 1001101 | 1110110 | 1011101 | 100011 | 0 | 110110 | 11001010 | 1010111 | 11001 |
Color Harmonies of #084D76
Complementary color
Monochromatic Colors of #084D76
Black with #084D76
Text Example
Text Example
White with #084D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D76; }
p { color: rgb(8,77,118); }
H1.HeaderClassName
{
color: #084D76;
}
.AnyTagClassName
{
color: #084D76;
}
</style>
background-color css
<style>
a { background-color: #084D76; }
a { background-color: rgb(8,77,118); }
div.DivClassName
{
background-color: #084D76;
}
.BgClassName
{
background-color: #084D76;
}
</style>
border-color css
<style>
span { border-color: #084D76; }
span { border-color: rgb(8,77,118); }
td.TdClassName
{
border-color: #084D76;
}
.TagClassName
{
border-color: #084D76;
}
</style>