Shades of Dark Cerulean #085980
Tints of Dark Cerulean #085980
RGB
CMYK
RGB Variations
Color information
#085980 (or 0x085980) is known color: Dark Cerulean. HEX triplet: 08, 59 and 80. RGB value is (8,89,128). Sum of RGB (Red+Green+Blue) = 8+89+128=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #085980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085980 is #F7A67F. Grayscale: #444444. Windows color (decimal): -16230016 or 8411400. OLE color: 8411400.
HSL color Cylindrical-coordinate representation of color #085980: hue angle of 199.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085980 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 89 | 128 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.50 |
| HSL | 199.5º | 0.88% | 0.27% | - |
| HSV(B) | 199.5º | 0.94% | 0.5% | - |
| XYZ | 7.57 | 8.75 | 21.71 | - |
| YUV | 69.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 128 | 0.94 | 0.30 | 0 | 0.50 | 199.5 | 0.88 | 0.27 |
| Hex | 8 | 59 | 80 | 5E | 1E | 0 | 32 | C8 | 58 | 1B |
| Octal | 10 | 131 | 200 | 136 | 36 | 0 | 62 | 310 | 130 | 33 |
| Binary | 1000 | 1011001 | 10000000 | 1011110 | 11110 | 0 | 110010 | 11001000 | 1011000 | 11011 |
Color Harmonies of #085980
Complementary color
Monochromatic Colors of #085980
Black with #085980
Text Example
Text Example
White with #085980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085980; }
p { color: rgb(8,89,128); }
H1.HeaderClassName
{
color: #085980;
}
.AnyTagClassName
{
color: #085980;
}
</style>
background-color css
<style>
a { background-color: #085980; }
a { background-color: rgb(8,89,128); }
div.DivClassName
{
background-color: #085980;
}
.BgClassName
{
background-color: #085980;
}
</style>
border-color css
<style>
span { border-color: #085980; }
span { border-color: rgb(8,89,128); }
td.TdClassName
{
border-color: #085980;
}
.TagClassName
{
border-color: #085980;
}
</style>