Shades of Blue Lagoon #016771
Tints of Blue Lagoon #016771
RGB
CMYK
RGB Variations
Color information
#016771 (or 0x016771) is known color: Blue Lagoon. HEX triplet: 01, 67 and 71. RGB value is (1,103,113). Sum of RGB (Red+Green+Blue) = 1+103+113=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #016771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016771 is #FE988E. Grayscale: #494949. Windows color (decimal): -16685199 or 7431937. OLE color: 7431937.
HSL color Cylindrical-coordinate representation of color #016771: hue angle of 185.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016771 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 103 | 113 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.56 |
| HSL | 185.36º | 0.98% | 0.22% | - |
| HSV(B) | 185.36º | 0.99% | 0.44% | - |
| XYZ | 7.84 | 10.9 | 17.31 | - |
| YUV | 73.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 113 | 0.99 | 0.09 | 0 | 0.56 | 185.36 | 0.98 | 0.22 |
| Hex | 1 | 67 | 71 | 63 | 9 | 0 | 38 | B9 | 62 | 16 |
| Octal | 1 | 147 | 161 | 143 | 11 | 0 | 70 | 271 | 142 | 26 |
| Binary | 1 | 1100111 | 1110001 | 1100011 | 1001 | 0 | 111000 | 10111001 | 1100010 | 10110 |
Color Harmonies of #016771
Complementary color
Monochromatic Colors of #016771
Black with #016771
Text Example
Text Example
White with #016771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016771; }
p { color: rgb(1,103,113); }
H1.HeaderClassName
{
color: #016771;
}
.AnyTagClassName
{
color: #016771;
}
</style>
background-color css
<style>
a { background-color: #016771; }
a { background-color: rgb(1,103,113); }
div.DivClassName
{
background-color: #016771;
}
.BgClassName
{
background-color: #016771;
}
</style>
border-color css
<style>
span { border-color: #016771; }
span { border-color: rgb(1,103,113); }
td.TdClassName
{
border-color: #016771;
}
.TagClassName
{
border-color: #016771;
}
</style>