Shades of Dark Cerulean #085595
Tints of Dark Cerulean #085595
RGB
CMYK
RGB Variations
Color information
#085595 (or 0x085595) is known color: Dark Cerulean. HEX triplet: 08, 55 and 95. RGB value is (8,85,149). Sum of RGB (Red+Green+Blue) = 8+85+149=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #085595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085595 is #F7AA6A. Grayscale: #444444. Windows color (decimal): -16231019 or 9786632. OLE color: 9786632.
HSL color Cylindrical-coordinate representation of color #085595: hue angle of 207.23º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085595 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 85 | 149 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.42 |
| HSL | 207.23º | 0.9% | 0.31% | - |
| HSV(B) | 207.23º | 0.95% | 0.58% | - |
| XYZ | 8.77 | 8.72 | 29.65 | - |
| YUV | 69.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 149 | 0.95 | 0.43 | 0 | 0.42 | 207.23 | 0.9 | 0.31 |
| Hex | 8 | 55 | 95 | 5F | 2B | 0 | 2A | CF | 5A | 1F |
| Octal | 10 | 125 | 225 | 137 | 53 | 0 | 52 | 317 | 132 | 37 |
| Binary | 1000 | 1010101 | 10010101 | 1011111 | 101011 | 0 | 101010 | 11001111 | 1011010 | 11111 |
Color Harmonies of #085595
Complementary color
Monochromatic Colors of #085595
Black with #085595
Text Example
Text Example
White with #085595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085595; }
p { color: rgb(8,85,149); }
H1.HeaderClassName
{
color: #085595;
}
.AnyTagClassName
{
color: #085595;
}
</style>
background-color css
<style>
a { background-color: #085595; }
a { background-color: rgb(8,85,149); }
div.DivClassName
{
background-color: #085595;
}
.BgClassName
{
background-color: #085595;
}
</style>
border-color css
<style>
span { border-color: #085595; }
span { border-color: rgb(8,85,149); }
td.TdClassName
{
border-color: #085595;
}
.TagClassName
{
border-color: #085595;
}
</style>