Shades of Dark Cerulean #085885
Tints of Dark Cerulean #085885
RGB
CMYK
RGB Variations
Color information
#085885 (or 0x085885) is known color: Dark Cerulean. HEX triplet: 08, 58 and 85. RGB value is (8,88,133). Sum of RGB (Red+Green+Blue) = 8+88+133=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #085885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085885 is #F7A77A. Grayscale: #444444. Windows color (decimal): -16230267 or 8738824. OLE color: 8738824.
HSL color Cylindrical-coordinate representation of color #085885: hue angle of 201.6º 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 #085885 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 88 | 133 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.48 |
| HSL | 201.6º | 0.89% | 0.28% | - |
| HSV(B) | 201.6º | 0.94% | 0.52% | - |
| XYZ | 7.82 | 8.72 | 23.46 | - |
| YUV | 69.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 133 | 0.94 | 0.34 | 0 | 0.48 | 201.6 | 0.89 | 0.28 |
| Hex | 8 | 58 | 85 | 5E | 22 | 0 | 30 | CA | 59 | 1C |
| Octal | 10 | 130 | 205 | 136 | 42 | 0 | 60 | 312 | 131 | 34 |
| Binary | 1000 | 1011000 | 10000101 | 1011110 | 100010 | 0 | 110000 | 11001010 | 1011001 | 11100 |
Color Harmonies of #085885
Complementary color
Monochromatic Colors of #085885
Black with #085885
Text Example
Text Example
White with #085885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085885; }
p { color: rgb(8,88,133); }
H1.HeaderClassName
{
color: #085885;
}
.AnyTagClassName
{
color: #085885;
}
</style>
background-color css
<style>
a { background-color: #085885; }
a { background-color: rgb(8,88,133); }
div.DivClassName
{
background-color: #085885;
}
.BgClassName
{
background-color: #085885;
}
</style>
border-color css
<style>
span { border-color: #085885; }
span { border-color: rgb(8,88,133); }
td.TdClassName
{
border-color: #085885;
}
.TagClassName
{
border-color: #085885;
}
</style>