Shades of Dark Cerulean #085185
Tints of Dark Cerulean #085185
RGB
CMYK
RGB Variations
Color information
#085185 (or 0x085185) is known color: Dark Cerulean. HEX triplet: 08, 51 and 85. RGB value is (8,81,133). Sum of RGB (Red+Green+Blue) = 8+81+133=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #085185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085185 is #F7AE7A. Grayscale: #404040. Windows color (decimal): -16232059 or 8737032. OLE color: 8737032.
HSL color Cylindrical-coordinate representation of color #085185: hue angle of 204.96º 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 #085185 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 81 | 133 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.48 |
| HSL | 204.96º | 0.89% | 0.28% | - |
| HSV(B) | 204.96º | 0.94% | 0.52% | - |
| XYZ | 7.28 | 7.63 | 23.28 | - |
| YUV | 65.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 133 | 0.94 | 0.39 | 0 | 0.48 | 204.96 | 0.89 | 0.28 |
| Hex | 8 | 51 | 85 | 5E | 27 | 0 | 30 | CD | 59 | 1C |
| Octal | 10 | 121 | 205 | 136 | 47 | 0 | 60 | 315 | 131 | 34 |
| Binary | 1000 | 1010001 | 10000101 | 1011110 | 100111 | 0 | 110000 | 11001101 | 1011001 | 11100 |
Color Harmonies of #085185
Complementary color
Monochromatic Colors of #085185
Black with #085185
Text Example
Text Example
White with #085185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085185; }
p { color: rgb(8,81,133); }
H1.HeaderClassName
{
color: #085185;
}
.AnyTagClassName
{
color: #085185;
}
</style>
background-color css
<style>
a { background-color: #085185; }
a { background-color: rgb(8,81,133); }
div.DivClassName
{
background-color: #085185;
}
.BgClassName
{
background-color: #085185;
}
</style>
border-color css
<style>
span { border-color: #085185; }
span { border-color: rgb(8,81,133); }
td.TdClassName
{
border-color: #085185;
}
.TagClassName
{
border-color: #085185;
}
</style>