Shades of Dark Cerulean #085C91
Tints of Dark Cerulean #085C91
RGB
CMYK
RGB Variations
Color information
#085C91 (or 0x085C91) is known color: Dark Cerulean. HEX triplet: 08, 5C and 91. RGB value is (8,92,145). Sum of RGB (Red+Green+Blue) = 8+92+145=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #085C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C91 is #F7A36E. Grayscale: #484848. Windows color (decimal): -16229231 or 9526280. OLE color: 9526280.
HSL color Cylindrical-coordinate representation of color #085C91: hue angle of 203.21º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C91 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 92 | 145 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.43 |
| HSL | 203.21º | 0.9% | 0.3% | - |
| HSV(B) | 203.21º | 0.94% | 0.57% | - |
| XYZ | 9.04 | 9.75 | 28.19 | - |
| YUV | 72.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 145 | 0.94 | 0.37 | 0 | 0.43 | 203.21 | 0.9 | 0.3 |
| Hex | 8 | 5C | 91 | 5E | 25 | 0 | 2B | CB | 5A | 1E |
| Octal | 10 | 134 | 221 | 136 | 45 | 0 | 53 | 313 | 132 | 36 |
| Binary | 1000 | 1011100 | 10010001 | 1011110 | 100101 | 0 | 101011 | 11001011 | 1011010 | 11110 |
Color Harmonies of #085C91
Complementary color
Monochromatic Colors of #085C91
Black with #085C91
Text Example
Text Example
White with #085C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C91; }
p { color: rgb(8,92,145); }
H1.HeaderClassName
{
color: #085C91;
}
.AnyTagClassName
{
color: #085C91;
}
</style>
background-color css
<style>
a { background-color: #085C91; }
a { background-color: rgb(8,92,145); }
div.DivClassName
{
background-color: #085C91;
}
.BgClassName
{
background-color: #085C91;
}
</style>
border-color css
<style>
span { border-color: #085C91; }
span { border-color: rgb(8,92,145); }
td.TdClassName
{
border-color: #085C91;
}
.TagClassName
{
border-color: #085C91;
}
</style>