Shades of Blue Lagoon #01696F
Tints of Blue Lagoon #01696F
RGB
CMYK
RGB Variations
Color information
#01696F (or 0x01696F) is known color: Blue Lagoon. HEX triplet: 01, 69 and 6F. RGB value is (1,105,111). Sum of RGB (Red+Green+Blue) = 1+105+111=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #01696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696F is #FE9690. Grayscale: #4A4A4A. Windows color (decimal): -16684689 or 7301377. OLE color: 7301377.
HSL color Cylindrical-coordinate representation of color #01696F: hue angle of 183.27º 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 #01696F is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 105 | 111 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.56 |
| HSL | 183.27º | 0.98% | 0.22% | - |
| HSV(B) | 183.27º | 0.99% | 0.44% | - |
| XYZ | 7.93 | 11.26 | 16.79 | - |
| YUV | 74.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 111 | 0.99 | 0.05 | 0 | 0.56 | 183.27 | 0.98 | 0.22 |
| Hex | 1 | 69 | 6F | 63 | 5 | 0 | 38 | B7 | 62 | 16 |
| Octal | 1 | 151 | 157 | 143 | 5 | 0 | 70 | 267 | 142 | 26 |
| Binary | 1 | 1101001 | 1101111 | 1100011 | 101 | 0 | 111000 | 10110111 | 1100010 | 10110 |
Color Harmonies of #01696F
Complementary color
Monochromatic Colors of #01696F
Black with #01696F
Text Example
Text Example
White with #01696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01696F; }
p { color: rgb(1,105,111); }
H1.HeaderClassName
{
color: #01696F;
}
.AnyTagClassName
{
color: #01696F;
}
</style>
background-color css
<style>
a { background-color: #01696F; }
a { background-color: rgb(1,105,111); }
div.DivClassName
{
background-color: #01696F;
}
.BgClassName
{
background-color: #01696F;
}
</style>
border-color css
<style>
span { border-color: #01696F; }
span { border-color: rgb(1,105,111); }
td.TdClassName
{
border-color: #01696F;
}
.TagClassName
{
border-color: #01696F;
}
</style>