Shades of Blue Lagoon #01696B
Tints of Blue Lagoon #01696B
RGB
CMYK
RGB Variations
Color information
#01696B (or 0x01696B) is known color: Blue Lagoon. HEX triplet: 01, 69 and 6B. RGB value is (1,105,107). Sum of RGB (Red+Green+Blue) = 1+105+107=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #01696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696B is #FE9694. Grayscale: #4A4A4A. Windows color (decimal): -16684693 or 7039233. OLE color: 7039233.
HSL color Cylindrical-coordinate representation of color #01696B: hue angle of 181.13º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01696B is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 105 | 107 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.58 |
| HSL | 181.13º | 0.98% | 0.21% | - |
| HSV(B) | 181.13º | 0.99% | 0.42% | - |
| XYZ | 7.72 | 11.17 | 15.66 | - |
| YUV | 74.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 107 | 0.99 | 0.02 | 0 | 0.58 | 181.13 | 0.98 | 0.21 |
| Hex | 1 | 69 | 6B | 63 | 2 | 0 | 3A | B5 | 62 | 15 |
| Octal | 1 | 151 | 153 | 143 | 2 | 0 | 72 | 265 | 142 | 25 |
| Binary | 1 | 1101001 | 1101011 | 1100011 | 10 | 0 | 111010 | 10110101 | 1100010 | 10101 |
Color Harmonies of #01696B
Complementary color
Monochromatic Colors of #01696B
Black with #01696B
Text Example
Text Example
White with #01696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01696B; }
p { color: rgb(1,105,107); }
H1.HeaderClassName
{
color: #01696B;
}
.AnyTagClassName
{
color: #01696B;
}
</style>
background-color css
<style>
a { background-color: #01696B; }
a { background-color: rgb(1,105,107); }
div.DivClassName
{
background-color: #01696B;
}
.BgClassName
{
background-color: #01696B;
}
</style>
border-color css
<style>
span { border-color: #01696B; }
span { border-color: rgb(1,105,107); }
td.TdClassName
{
border-color: #01696B;
}
.TagClassName
{
border-color: #01696B;
}
</style>