Shades of Dark Cerulean #085177
Tints of Dark Cerulean #085177
RGB
CMYK
RGB Variations
Color information
#085177 (or 0x085177) is known color: Dark Cerulean. HEX triplet: 08, 51 and 77. RGB value is (8,81,119). Sum of RGB (Red+Green+Blue) = 8+81+119=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #085177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085177 is #F7AE88. Grayscale: #3F3F3F. Windows color (decimal): -16232073 or 7819528. OLE color: 7819528.
HSL color Cylindrical-coordinate representation of color #085177: hue angle of 200.54º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085177 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 81 | 119 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.53 |
| HSL | 200.54º | 0.87% | 0.25% | - |
| HSV(B) | 200.54º | 0.93% | 0.47% | - |
| XYZ | 6.37 | 7.27 | 18.52 | - |
| YUV | 63.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 119 | 0.93 | 0.32 | 0 | 0.53 | 200.54 | 0.87 | 0.25 |
| Hex | 8 | 51 | 77 | 5D | 20 | 0 | 35 | C9 | 57 | 19 |
| Octal | 10 | 121 | 167 | 135 | 40 | 0 | 65 | 311 | 127 | 31 |
| Binary | 1000 | 1010001 | 1110111 | 1011101 | 100000 | 0 | 110101 | 11001001 | 1010111 | 11001 |
Color Harmonies of #085177
Complementary color
Monochromatic Colors of #085177
Black with #085177
Text Example
Text Example
White with #085177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085177; }
p { color: rgb(8,81,119); }
H1.HeaderClassName
{
color: #085177;
}
.AnyTagClassName
{
color: #085177;
}
</style>
background-color css
<style>
a { background-color: #085177; }
a { background-color: rgb(8,81,119); }
div.DivClassName
{
background-color: #085177;
}
.BgClassName
{
background-color: #085177;
}
</style>
border-color css
<style>
span { border-color: #085177; }
span { border-color: rgb(8,81,119); }
td.TdClassName
{
border-color: #085177;
}
.TagClassName
{
border-color: #085177;
}
</style>