Shades of Dark Cerulean #085591
Tints of Dark Cerulean #085591
RGB
CMYK
RGB Variations
Color information
#085591 (or 0x085591) is known color: Dark Cerulean. HEX triplet: 08, 55 and 91. RGB value is (8,85,145). Sum of RGB (Red+Green+Blue) = 8+85+145=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #085591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085591 is #F7AA6E. Grayscale: #444444. Windows color (decimal): -16231023 or 9524488. OLE color: 9524488.
HSL color Cylindrical-coordinate representation of color #085591: hue angle of 206.28º 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 #085591 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 85 | 145 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.43 |
| HSL | 206.28º | 0.9% | 0.3% | - |
| HSV(B) | 206.28º | 0.94% | 0.57% | - |
| XYZ | 8.46 | 8.59 | 28 | - |
| YUV | 68.82 | 170.99 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 145 | 0.94 | 0.41 | 0 | 0.43 | 206.28 | 0.9 | 0.3 |
| Hex | 8 | 55 | 91 | 5E | 29 | 0 | 2B | CE | 5A | 1E |
| Octal | 10 | 125 | 221 | 136 | 51 | 0 | 53 | 316 | 132 | 36 |
| Binary | 1000 | 1010101 | 10010001 | 1011110 | 101001 | 0 | 101011 | 11001110 | 1011010 | 11110 |
Color Harmonies of #085591
Complementary color
Monochromatic Colors of #085591
Black with #085591
Text Example
Text Example
White with #085591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085591; }
p { color: rgb(8,85,145); }
H1.HeaderClassName
{
color: #085591;
}
.AnyTagClassName
{
color: #085591;
}
</style>
background-color css
<style>
a { background-color: #085591; }
a { background-color: rgb(8,85,145); }
div.DivClassName
{
background-color: #085591;
}
.BgClassName
{
background-color: #085591;
}
</style>
border-color css
<style>
span { border-color: #085591; }
span { border-color: rgb(8,85,145); }
td.TdClassName
{
border-color: #085591;
}
.TagClassName
{
border-color: #085591;
}
</style>