Shades of Blue Lagoon #086971
Tints of Blue Lagoon #086971
RGB
CMYK
RGB Variations
Color information
#086971 (or 0x086971) is known color: Blue Lagoon. HEX triplet: 08, 69 and 71. RGB value is (8,105,113). Sum of RGB (Red+Green+Blue) = 8+105+113=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #086971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086971 is #F7968E. Grayscale: #4C4C4C. Windows color (decimal): -16225935 or 7432456. OLE color: 7432456.
HSL color Cylindrical-coordinate representation of color #086971: hue angle of 184.57º 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 #086971 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 105 | 113 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.56 |
| HSL | 184.57º | 0.87% | 0.24% | - |
| HSV(B) | 184.57º | 0.93% | 0.44% | - |
| XYZ | 8.13 | 11.35 | 17.38 | - |
| YUV | 76.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 113 | 0.93 | 0.07 | 0 | 0.56 | 184.57 | 0.87 | 0.24 |
| Hex | 8 | 69 | 71 | 5D | 7 | 0 | 38 | B9 | 57 | 18 |
| Octal | 10 | 151 | 161 | 135 | 7 | 0 | 70 | 271 | 127 | 30 |
| Binary | 1000 | 1101001 | 1110001 | 1011101 | 111 | 0 | 111000 | 10111001 | 1010111 | 11000 |
Color Harmonies of #086971
Complementary color
Monochromatic Colors of #086971
Black with #086971
Text Example
Text Example
White with #086971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086971; }
p { color: rgb(8,105,113); }
H1.HeaderClassName
{
color: #086971;
}
.AnyTagClassName
{
color: #086971;
}
</style>
background-color css
<style>
a { background-color: #086971; }
a { background-color: rgb(8,105,113); }
div.DivClassName
{
background-color: #086971;
}
.BgClassName
{
background-color: #086971;
}
</style>
border-color css
<style>
span { border-color: #086971; }
span { border-color: rgb(8,105,113); }
td.TdClassName
{
border-color: #086971;
}
.TagClassName
{
border-color: #086971;
}
</style>