Shades of Blue Lagoon #016970
Tints of Blue Lagoon #016970
RGB
CMYK
RGB Variations
Color information
#016970 (or 0x016970) is known color: Blue Lagoon. HEX triplet: 01, 69 and 70. RGB value is (1,105,112). Sum of RGB (Red+Green+Blue) = 1+105+112=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #016970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016970 is #FE968F. Grayscale: #4A4A4A. Windows color (decimal): -16684688 or 7366913. OLE color: 7366913.
HSL color Cylindrical-coordinate representation of color #016970: hue angle of 183.78º 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 #016970 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 105 | 112 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.56 |
| HSL | 183.78º | 0.98% | 0.22% | - |
| HSV(B) | 183.78º | 0.99% | 0.44% | - |
| XYZ | 7.99 | 11.28 | 17.09 | - |
| YUV | 74.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 112 | 0.99 | 0.06 | 0 | 0.56 | 183.78 | 0.98 | 0.22 |
| Hex | 1 | 69 | 70 | 63 | 6 | 0 | 38 | B8 | 62 | 16 |
| Octal | 1 | 151 | 160 | 143 | 6 | 0 | 70 | 270 | 142 | 26 |
| Binary | 1 | 1101001 | 1110000 | 1100011 | 110 | 0 | 111000 | 10111000 | 1100010 | 10110 |
Color Harmonies of #016970
Complementary color
Monochromatic Colors of #016970
Black with #016970
Text Example
Text Example
White with #016970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016970; }
p { color: rgb(1,105,112); }
H1.HeaderClassName
{
color: #016970;
}
.AnyTagClassName
{
color: #016970;
}
</style>
background-color css
<style>
a { background-color: #016970; }
a { background-color: rgb(1,105,112); }
div.DivClassName
{
background-color: #016970;
}
.BgClassName
{
background-color: #016970;
}
</style>
border-color css
<style>
span { border-color: #016970; }
span { border-color: rgb(1,105,112); }
td.TdClassName
{
border-color: #016970;
}
.TagClassName
{
border-color: #016970;
}
</style>