Shades of Dark Cerulean #085C85
Tints of Dark Cerulean #085C85
RGB
CMYK
RGB Variations
Color information
#085C85 (or 0x085C85) is known color: Dark Cerulean. HEX triplet: 08, 5C and 85. RGB value is (8,92,133). Sum of RGB (Red+Green+Blue) = 8+92+133=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #085C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C85 is #F7A37A. Grayscale: #474747. Windows color (decimal): -16229243 or 8739848. OLE color: 8739848.
HSL color Cylindrical-coordinate representation of color #085C85: hue angle of 199.68º 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 #085C85 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 92 | 133 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.48 |
| HSL | 199.68º | 0.89% | 0.28% | - |
| HSV(B) | 199.68º | 0.94% | 0.52% | - |
| XYZ | 8.16 | 9.4 | 23.57 | - |
| YUV | 71.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 133 | 0.94 | 0.31 | 0 | 0.48 | 199.68 | 0.89 | 0.28 |
| Hex | 8 | 5C | 85 | 5E | 1F | 0 | 30 | C8 | 59 | 1C |
| Octal | 10 | 134 | 205 | 136 | 37 | 0 | 60 | 310 | 131 | 34 |
| Binary | 1000 | 1011100 | 10000101 | 1011110 | 11111 | 0 | 110000 | 11001000 | 1011001 | 11100 |
Color Harmonies of #085C85
Complementary color
Monochromatic Colors of #085C85
Black with #085C85
Text Example
Text Example
White with #085C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C85; }
p { color: rgb(8,92,133); }
H1.HeaderClassName
{
color: #085C85;
}
.AnyTagClassName
{
color: #085C85;
}
</style>
background-color css
<style>
a { background-color: #085C85; }
a { background-color: rgb(8,92,133); }
div.DivClassName
{
background-color: #085C85;
}
.BgClassName
{
background-color: #085C85;
}
</style>
border-color css
<style>
span { border-color: #085C85; }
span { border-color: rgb(8,92,133); }
td.TdClassName
{
border-color: #085C85;
}
.TagClassName
{
border-color: #085C85;
}
</style>