Shades of Blue Lagoon #085162
Tints of Blue Lagoon #085162
RGB
CMYK
RGB Variations
Color information
#085162 (or 0x085162) is known color: Blue Lagoon. HEX triplet: 08, 51 and 62. RGB value is (8,81,98). Sum of RGB (Red+Green+Blue) = 8+81+98=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #085162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085162 is #F7AE9D. Grayscale: #3C3C3C. Windows color (decimal): -16232094 or 6443272. OLE color: 6443272.
HSL color Cylindrical-coordinate representation of color #085162: hue angle of 191.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085162 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 81 | 98 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.62 |
| HSL | 191.33º | 0.85% | 0.21% | - |
| HSV(B) | 191.33º | 0.92% | 0.38% | - |
| XYZ | 5.25 | 6.82 | 12.59 | - |
| YUV | 61.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 98 | 0.92 | 0.17 | 0 | 0.62 | 191.33 | 0.85 | 0.21 |
| Hex | 8 | 51 | 62 | 5C | 11 | 0 | 3E | BF | 55 | 15 |
| Octal | 10 | 121 | 142 | 134 | 21 | 0 | 76 | 277 | 125 | 25 |
| Binary | 1000 | 1010001 | 1100010 | 1011100 | 10001 | 0 | 111110 | 10111111 | 1010101 | 10101 |
Color Harmonies of #085162
Complementary color
Monochromatic Colors of #085162
Black with #085162
Text Example
Text Example
White with #085162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085162; }
p { color: rgb(8,81,98); }
H1.HeaderClassName
{
color: #085162;
}
.AnyTagClassName
{
color: #085162;
}
</style>
background-color css
<style>
a { background-color: #085162; }
a { background-color: rgb(8,81,98); }
div.DivClassName
{
background-color: #085162;
}
.BgClassName
{
background-color: #085162;
}
</style>
border-color css
<style>
span { border-color: #085162; }
span { border-color: rgb(8,81,98); }
td.TdClassName
{
border-color: #085162;
}
.TagClassName
{
border-color: #085162;
}
</style>