Shades of Dark Cerulean #085785
Tints of Dark Cerulean #085785
RGB
CMYK
RGB Variations
Color information
#085785 (or 0x085785) is known color: Dark Cerulean. HEX triplet: 08, 57 and 85. RGB value is (8,87,133). Sum of RGB (Red+Green+Blue) = 8+87+133=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #085785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085785 is #F7A87A. Grayscale: #444444. Windows color (decimal): -16230523 or 8738568. OLE color: 8738568.
HSL color Cylindrical-coordinate representation of color #085785: hue angle of 202.08º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085785 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 87 | 133 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.48 |
| HSL | 202.08º | 0.89% | 0.28% | - |
| HSV(B) | 202.08º | 0.94% | 0.52% | - |
| XYZ | 7.74 | 8.56 | 23.43 | - |
| YUV | 68.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 133 | 0.94 | 0.35 | 0 | 0.48 | 202.08 | 0.89 | 0.28 |
| Hex | 8 | 57 | 85 | 5E | 23 | 0 | 30 | CA | 59 | 1C |
| Octal | 10 | 127 | 205 | 136 | 43 | 0 | 60 | 312 | 131 | 34 |
| Binary | 1000 | 1010111 | 10000101 | 1011110 | 100011 | 0 | 110000 | 11001010 | 1011001 | 11100 |
Color Harmonies of #085785
Complementary color
Monochromatic Colors of #085785
Black with #085785
Text Example
Text Example
White with #085785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085785; }
p { color: rgb(8,87,133); }
H1.HeaderClassName
{
color: #085785;
}
.AnyTagClassName
{
color: #085785;
}
</style>
background-color css
<style>
a { background-color: #085785; }
a { background-color: rgb(8,87,133); }
div.DivClassName
{
background-color: #085785;
}
.BgClassName
{
background-color: #085785;
}
</style>
border-color css
<style>
span { border-color: #085785; }
span { border-color: rgb(8,87,133); }
td.TdClassName
{
border-color: #085785;
}
.TagClassName
{
border-color: #085785;
}
</style>