Shades of Dark Cerulean #085B85
Tints of Dark Cerulean #085B85
RGB
CMYK
RGB Variations
Color information
#085B85 (or 0x085B85) is known color: Dark Cerulean. HEX triplet: 08, 5B and 85. RGB value is (8,91,133). Sum of RGB (Red+Green+Blue) = 8+91+133=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #085B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085B85 is #F7A47A. Grayscale: #464646. Windows color (decimal): -16229499 or 8739592. OLE color: 8739592.
HSL color Cylindrical-coordinate representation of color #085B85: hue angle of 200.16º 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 #085B85 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 91 | 133 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.48 |
| HSL | 200.16º | 0.89% | 0.28% | - |
| HSV(B) | 200.16º | 0.94% | 0.52% | - |
| XYZ | 8.07 | 9.23 | 23.55 | - |
| YUV | 70.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 133 | 0.94 | 0.32 | 0 | 0.48 | 200.16 | 0.89 | 0.28 |
| Hex | 8 | 5B | 85 | 5E | 20 | 0 | 30 | C8 | 59 | 1C |
| Octal | 10 | 133 | 205 | 136 | 40 | 0 | 60 | 310 | 131 | 34 |
| Binary | 1000 | 1011011 | 10000101 | 1011110 | 100000 | 0 | 110000 | 11001000 | 1011001 | 11100 |
Color Harmonies of #085B85
Complementary color
Monochromatic Colors of #085B85
Black with #085B85
Text Example
Text Example
White with #085B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B85; }
p { color: rgb(8,91,133); }
H1.HeaderClassName
{
color: #085B85;
}
.AnyTagClassName
{
color: #085B85;
}
</style>
background-color css
<style>
a { background-color: #085B85; }
a { background-color: rgb(8,91,133); }
div.DivClassName
{
background-color: #085B85;
}
.BgClassName
{
background-color: #085B85;
}
</style>
border-color css
<style>
span { border-color: #085B85; }
span { border-color: rgb(8,91,133); }
td.TdClassName
{
border-color: #085B85;
}
.TagClassName
{
border-color: #085B85;
}
</style>