Shades of Dark Cerulean #085884
Tints of Dark Cerulean #085884
RGB
CMYK
RGB Variations
Color information
#085884 (or 0x085884) is known color: Dark Cerulean. HEX triplet: 08, 58 and 84. RGB value is (8,88,132). Sum of RGB (Red+Green+Blue) = 8+88+132=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #085884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085884 is #F7A77B. Grayscale: #444444. Windows color (decimal): -16230268 or 8673288. OLE color: 8673288.
HSL color Cylindrical-coordinate representation of color #085884: hue angle of 201.29º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085884 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 88 | 132 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.48 |
| HSL | 201.29º | 0.89% | 0.27% | - |
| HSV(B) | 201.29º | 0.94% | 0.52% | - |
| XYZ | 7.75 | 8.7 | 23.1 | - |
| YUV | 69.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 132 | 0.94 | 0.33 | 0 | 0.48 | 201.29 | 0.89 | 0.27 |
| Hex | 8 | 58 | 84 | 5E | 21 | 0 | 30 | C9 | 59 | 1B |
| Octal | 10 | 130 | 204 | 136 | 41 | 0 | 60 | 311 | 131 | 33 |
| Binary | 1000 | 1011000 | 10000100 | 1011110 | 100001 | 0 | 110000 | 11001001 | 1011001 | 11011 |
Color Harmonies of #085884
Complementary color
Monochromatic Colors of #085884
Black with #085884
Text Example
Text Example
White with #085884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085884; }
p { color: rgb(8,88,132); }
H1.HeaderClassName
{
color: #085884;
}
.AnyTagClassName
{
color: #085884;
}
</style>
background-color css
<style>
a { background-color: #085884; }
a { background-color: rgb(8,88,132); }
div.DivClassName
{
background-color: #085884;
}
.BgClassName
{
background-color: #085884;
}
</style>
border-color css
<style>
span { border-color: #085884; }
span { border-color: rgb(8,88,132); }
td.TdClassName
{
border-color: #085884;
}
.TagClassName
{
border-color: #085884;
}
</style>