Shades of Blue Lagoon #016C86
Tints of Blue Lagoon #016C86
RGB
CMYK
RGB Variations
Color information
#016C86 (or 0x016C86) is known color: Blue Lagoon. HEX triplet: 01, 6C and 86. RGB value is (1,108,134). Sum of RGB (Red+Green+Blue) = 1+108+134=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #016C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C86 is #FE9379. Grayscale: #4E4E4E. Windows color (decimal): -16683898 or 8809473. OLE color: 8809473.
HSL color Cylindrical-coordinate representation of color #016C86: hue angle of 191.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C86 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 108 | 134 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.47 |
| HSL | 191.73º | 0.99% | 0.26% | - |
| HSV(B) | 191.73º | 0.99% | 0.53% | - |
| XYZ | 9.68 | 12.45 | 24.45 | - |
| YUV | 78.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 134 | 0.99 | 0.19 | 0 | 0.47 | 191.73 | 0.99 | 0.26 |
| Hex | 1 | 6C | 86 | 63 | 13 | 0 | 2F | C0 | 63 | 1A |
| Octal | 1 | 154 | 206 | 143 | 23 | 0 | 57 | 300 | 143 | 32 |
| Binary | 1 | 1101100 | 10000110 | 1100011 | 10011 | 0 | 101111 | 11000000 | 1100011 | 11010 |
Color Harmonies of #016C86
Complementary color
Monochromatic Colors of #016C86
Black with #016C86
Text Example
Text Example
White with #016C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C86; }
p { color: rgb(1,108,134); }
H1.HeaderClassName
{
color: #016C86;
}
.AnyTagClassName
{
color: #016C86;
}
</style>
background-color css
<style>
a { background-color: #016C86; }
a { background-color: rgb(1,108,134); }
div.DivClassName
{
background-color: #016C86;
}
.BgClassName
{
background-color: #016C86;
}
</style>
border-color css
<style>
span { border-color: #016C86; }
span { border-color: rgb(1,108,134); }
td.TdClassName
{
border-color: #016C86;
}
.TagClassName
{
border-color: #016C86;
}
</style>