Shades of Dark Cerulean #084D85
Tints of Dark Cerulean #084D85
RGB
CMYK
RGB Variations
Color information
#084D85 (or 0x084D85) is known color: Dark Cerulean. HEX triplet: 08, 4D and 85. RGB value is (8,77,133). Sum of RGB (Red+Green+Blue) = 8+77+133=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #084D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D85 is #F7B27A. Grayscale: #3E3E3E. Windows color (decimal): -16233083 or 8736008. OLE color: 8736008.
HSL color Cylindrical-coordinate representation of color #084D85: hue angle of 206.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084D85 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 77 | 133 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.48 |
| HSL | 206.88º | 0.89% | 0.28% | - |
| HSV(B) | 206.88º | 0.94% | 0.52% | - |
| XYZ | 6.99 | 7.05 | 23.18 | - |
| YUV | 62.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 133 | 0.94 | 0.42 | 0 | 0.48 | 206.88 | 0.89 | 0.28 |
| Hex | 8 | 4D | 85 | 5E | 2A | 0 | 30 | CF | 59 | 1C |
| Octal | 10 | 115 | 205 | 136 | 52 | 0 | 60 | 317 | 131 | 34 |
| Binary | 1000 | 1001101 | 10000101 | 1011110 | 101010 | 0 | 110000 | 11001111 | 1011001 | 11100 |
Color Harmonies of #084D85
Complementary color
Monochromatic Colors of #084D85
Black with #084D85
Text Example
Text Example
White with #084D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D85; }
p { color: rgb(8,77,133); }
H1.HeaderClassName
{
color: #084D85;
}
.AnyTagClassName
{
color: #084D85;
}
</style>
background-color css
<style>
a { background-color: #084D85; }
a { background-color: rgb(8,77,133); }
div.DivClassName
{
background-color: #084D85;
}
.BgClassName
{
background-color: #084D85;
}
</style>
border-color css
<style>
span { border-color: #084D85; }
span { border-color: rgb(8,77,133); }
td.TdClassName
{
border-color: #084D85;
}
.TagClassName
{
border-color: #084D85;
}
</style>