Shades of Blue Lagoon #085E71
Tints of Blue Lagoon #085E71
RGB
CMYK
RGB Variations
Color information
#085E71 (or 0x085E71) is known color: Blue Lagoon. HEX triplet: 08, 5E and 71. RGB value is (8,94,113). Sum of RGB (Red+Green+Blue) = 8+94+113=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #085E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E71 is #F7A18E. Grayscale: #464646. Windows color (decimal): -16228751 or 7429640. OLE color: 7429640.
HSL color Cylindrical-coordinate representation of color #085E71: hue angle of 190.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E71 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 94 | 113 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.56 |
| HSL | 190.86º | 0.87% | 0.24% | - |
| HSV(B) | 190.86º | 0.93% | 0.44% | - |
| XYZ | 7.08 | 9.25 | 17.03 | - |
| YUV | 70.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 113 | 0.93 | 0.17 | 0 | 0.56 | 190.86 | 0.87 | 0.24 |
| Hex | 8 | 5E | 71 | 5D | 11 | 0 | 38 | BF | 57 | 18 |
| Octal | 10 | 136 | 161 | 135 | 21 | 0 | 70 | 277 | 127 | 30 |
| Binary | 1000 | 1011110 | 1110001 | 1011101 | 10001 | 0 | 111000 | 10111111 | 1010111 | 11000 |
Color Harmonies of #085E71
Complementary color
Monochromatic Colors of #085E71
Black with #085E71
Text Example
Text Example
White with #085E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E71; }
p { color: rgb(8,94,113); }
H1.HeaderClassName
{
color: #085E71;
}
.AnyTagClassName
{
color: #085E71;
}
</style>
background-color css
<style>
a { background-color: #085E71; }
a { background-color: rgb(8,94,113); }
div.DivClassName
{
background-color: #085E71;
}
.BgClassName
{
background-color: #085E71;
}
</style>
border-color css
<style>
span { border-color: #085E71; }
span { border-color: rgb(8,94,113); }
td.TdClassName
{
border-color: #085E71;
}
.TagClassName
{
border-color: #085E71;
}
</style>