Shades of Dark Cerulean #085780
Tints of Dark Cerulean #085780
RGB
CMYK
RGB Variations
Color information
#085780 (or 0x085780) is known color: Dark Cerulean. HEX triplet: 08, 57 and 80. RGB value is (8,87,128). Sum of RGB (Red+Green+Blue) = 8+87+128=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #085780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085780 is #F7A87F. Grayscale: #434343. Windows color (decimal): -16230528 or 8410888. OLE color: 8410888.
HSL color Cylindrical-coordinate representation of color #085780: hue angle of 200.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 #085780 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 87 | 128 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.50 |
| HSL | 200.5º | 0.88% | 0.27% | - |
| HSV(B) | 200.5º | 0.94% | 0.5% | - |
| XYZ | 7.4 | 8.43 | 21.66 | - |
| YUV | 68.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 128 | 0.94 | 0.32 | 0 | 0.50 | 200.5 | 0.88 | 0.27 |
| Hex | 8 | 57 | 80 | 5E | 20 | 0 | 32 | C8 | 58 | 1B |
| Octal | 10 | 127 | 200 | 136 | 40 | 0 | 62 | 310 | 130 | 33 |
| Binary | 1000 | 1010111 | 10000000 | 1011110 | 100000 | 0 | 110010 | 11001000 | 1011000 | 11011 |
Color Harmonies of #085780
Complementary color
Monochromatic Colors of #085780
Black with #085780
Text Example
Text Example
White with #085780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085780; }
p { color: rgb(8,87,128); }
H1.HeaderClassName
{
color: #085780;
}
.AnyTagClassName
{
color: #085780;
}
</style>
background-color css
<style>
a { background-color: #085780; }
a { background-color: rgb(8,87,128); }
div.DivClassName
{
background-color: #085780;
}
.BgClassName
{
background-color: #085780;
}
</style>
border-color css
<style>
span { border-color: #085780; }
span { border-color: rgb(8,87,128); }
td.TdClassName
{
border-color: #085780;
}
.TagClassName
{
border-color: #085780;
}
</style>