Shades of Blue Lagoon #016071
Tints of Blue Lagoon #016071
RGB
CMYK
RGB Variations
Color information
#016071 (or 0x016071) is known color: Blue Lagoon. HEX triplet: 01, 60 and 71. RGB value is (1,96,113). Sum of RGB (Red+Green+Blue) = 1+96+113=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #016071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016071 is #FE9F8E. Grayscale: #454545. Windows color (decimal): -16686991 or 7430145. OLE color: 7430145.
HSL color Cylindrical-coordinate representation of color #016071: hue angle of 189.11º 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 #016071 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 96 | 113 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.56 |
| HSL | 189.11º | 0.98% | 0.22% | - |
| HSV(B) | 189.11º | 0.99% | 0.44% | - |
| XYZ | 7.18 | 9.56 | 17.09 | - |
| YUV | 69.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 113 | 0.99 | 0.15 | 0 | 0.56 | 189.11 | 0.98 | 0.22 |
| Hex | 1 | 60 | 71 | 63 | F | 0 | 38 | BD | 62 | 16 |
| Octal | 1 | 140 | 161 | 143 | 17 | 0 | 70 | 275 | 142 | 26 |
| Binary | 1 | 1100000 | 1110001 | 1100011 | 1111 | 0 | 111000 | 10111101 | 1100010 | 10110 |
Color Harmonies of #016071
Complementary color
Monochromatic Colors of #016071
Black with #016071
Text Example
Text Example
White with #016071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016071; }
p { color: rgb(1,96,113); }
H1.HeaderClassName
{
color: #016071;
}
.AnyTagClassName
{
color: #016071;
}
</style>
background-color css
<style>
a { background-color: #016071; }
a { background-color: rgb(1,96,113); }
div.DivClassName
{
background-color: #016071;
}
.BgClassName
{
background-color: #016071;
}
</style>
border-color css
<style>
span { border-color: #016071; }
span { border-color: rgb(1,96,113); }
td.TdClassName
{
border-color: #016071;
}
.TagClassName
{
border-color: #016071;
}
</style>