Shades of Dark Cerulean #085175
Tints of Dark Cerulean #085175
RGB
CMYK
RGB Variations
Color information
#085175 (or 0x085175) is known color: Dark Cerulean. HEX triplet: 08, 51 and 75. RGB value is (8,81,117). Sum of RGB (Red+Green+Blue) = 8+81+117=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #085175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085175 is #F7AE8A. Grayscale: #3F3F3F. Windows color (decimal): -16232075 or 7688456. OLE color: 7688456.
HSL color Cylindrical-coordinate representation of color #085175: hue angle of 199.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085175 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 81 | 117 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.54 |
| HSL | 199.82º | 0.87% | 0.25% | - |
| HSV(B) | 199.82º | 0.93% | 0.46% | - |
| XYZ | 6.25 | 7.22 | 17.89 | - |
| YUV | 63.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 117 | 0.93 | 0.31 | 0 | 0.54 | 199.82 | 0.87 | 0.25 |
| Hex | 8 | 51 | 75 | 5D | 1F | 0 | 36 | C8 | 57 | 19 |
| Octal | 10 | 121 | 165 | 135 | 37 | 0 | 66 | 310 | 127 | 31 |
| Binary | 1000 | 1010001 | 1110101 | 1011101 | 11111 | 0 | 110110 | 11001000 | 1010111 | 11001 |
Color Harmonies of #085175
Complementary color
Monochromatic Colors of #085175
Black with #085175
Text Example
Text Example
White with #085175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085175; }
p { color: rgb(8,81,117); }
H1.HeaderClassName
{
color: #085175;
}
.AnyTagClassName
{
color: #085175;
}
</style>
background-color css
<style>
a { background-color: #085175; }
a { background-color: rgb(8,81,117); }
div.DivClassName
{
background-color: #085175;
}
.BgClassName
{
background-color: #085175;
}
</style>
border-color css
<style>
span { border-color: #085175; }
span { border-color: rgb(8,81,117); }
td.TdClassName
{
border-color: #085175;
}
.TagClassName
{
border-color: #085175;
}
</style>