Shades of Blue Lagoon #016671
Tints of Blue Lagoon #016671
RGB
CMYK
RGB Variations
Color information
#016671 (or 0x016671) is known color: Blue Lagoon. HEX triplet: 01, 66 and 71. RGB value is (1,102,113). Sum of RGB (Red+Green+Blue) = 1+102+113=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #016671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016671 is #FE998E. Grayscale: #484848. Windows color (decimal): -16685455 or 7431681. OLE color: 7431681.
HSL color Cylindrical-coordinate representation of color #016671: hue angle of 185.89º 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 #016671 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 102 | 113 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.56 |
| HSL | 185.89º | 0.98% | 0.22% | - |
| HSV(B) | 185.89º | 0.99% | 0.44% | - |
| XYZ | 7.74 | 10.7 | 17.28 | - |
| YUV | 73.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 113 | 0.99 | 0.10 | 0 | 0.56 | 185.89 | 0.98 | 0.22 |
| Hex | 1 | 66 | 71 | 63 | A | 0 | 38 | BA | 62 | 16 |
| Octal | 1 | 146 | 161 | 143 | 12 | 0 | 70 | 272 | 142 | 26 |
| Binary | 1 | 1100110 | 1110001 | 1100011 | 1010 | 0 | 111000 | 10111010 | 1100010 | 10110 |
Color Harmonies of #016671
Complementary color
Monochromatic Colors of #016671
Black with #016671
Text Example
Text Example
White with #016671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016671; }
p { color: rgb(1,102,113); }
H1.HeaderClassName
{
color: #016671;
}
.AnyTagClassName
{
color: #016671;
}
</style>
background-color css
<style>
a { background-color: #016671; }
a { background-color: rgb(1,102,113); }
div.DivClassName
{
background-color: #016671;
}
.BgClassName
{
background-color: #016671;
}
</style>
border-color css
<style>
span { border-color: #016671; }
span { border-color: rgb(1,102,113); }
td.TdClassName
{
border-color: #016671;
}
.TagClassName
{
border-color: #016671;
}
</style>