Shades of Blue Lagoon #085C71
Tints of Blue Lagoon #085C71
RGB
CMYK
RGB Variations
Color information
#085C71 (or 0x085C71) is known color: Blue Lagoon. HEX triplet: 08, 5C and 71. RGB value is (8,92,113). Sum of RGB (Red+Green+Blue) = 8+92+113=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #085C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C71 is #F7A38E. Grayscale: #454545. Windows color (decimal): -16229263 or 7429128. OLE color: 7429128.
HSL color Cylindrical-coordinate representation of color #085C71: hue angle of 192º 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 #085C71 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 92 | 113 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.56 |
| HSL | 192º | 0.87% | 0.24% | - |
| HSV(B) | 192º | 0.93% | 0.44% | - |
| XYZ | 6.91 | 8.9 | 16.98 | - |
| YUV | 69.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 113 | 0.93 | 0.19 | 0 | 0.56 | 192 | 0.87 | 0.24 |
| Hex | 8 | 5C | 71 | 5D | 13 | 0 | 38 | C0 | 57 | 18 |
| Octal | 10 | 134 | 161 | 135 | 23 | 0 | 70 | 300 | 127 | 30 |
| Binary | 1000 | 1011100 | 1110001 | 1011101 | 10011 | 0 | 111000 | 11000000 | 1010111 | 11000 |
Color Harmonies of #085C71
Complementary color
Monochromatic Colors of #085C71
Black with #085C71
Text Example
Text Example
White with #085C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C71; }
p { color: rgb(8,92,113); }
H1.HeaderClassName
{
color: #085C71;
}
.AnyTagClassName
{
color: #085C71;
}
</style>
background-color css
<style>
a { background-color: #085C71; }
a { background-color: rgb(8,92,113); }
div.DivClassName
{
background-color: #085C71;
}
.BgClassName
{
background-color: #085C71;
}
</style>
border-color css
<style>
span { border-color: #085C71; }
span { border-color: rgb(8,92,113); }
td.TdClassName
{
border-color: #085C71;
}
.TagClassName
{
border-color: #085C71;
}
</style>