Shades of Blue Lagoon #01696E
Tints of Blue Lagoon #01696E
RGB
CMYK
RGB Variations
Color information
#01696E (or 0x01696E) is known color: Blue Lagoon. HEX triplet: 01, 69 and 6E. RGB value is (1,105,110). Sum of RGB (Red+Green+Blue) = 1+105+110=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #01696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696E is #FE9691. Grayscale: #4A4A4A. Windows color (decimal): -16684690 or 7235841. OLE color: 7235841.
HSL color Cylindrical-coordinate representation of color #01696E: hue angle of 182.75º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01696E is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 105 | 110 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.57 |
| HSL | 182.75º | 0.98% | 0.22% | - |
| HSV(B) | 182.75º | 0.99% | 0.43% | - |
| XYZ | 7.88 | 11.24 | 16.51 | - |
| YUV | 74.47 | 148.04 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 110 | 0.99 | 0.05 | 0 | 0.57 | 182.75 | 0.98 | 0.22 |
| Hex | 1 | 69 | 6E | 63 | 5 | 0 | 39 | B7 | 62 | 16 |
| Octal | 1 | 151 | 156 | 143 | 5 | 0 | 71 | 267 | 142 | 26 |
| Binary | 1 | 1101001 | 1101110 | 1100011 | 101 | 0 | 111001 | 10110111 | 1100010 | 10110 |
Color Harmonies of #01696E
Complementary color
Monochromatic Colors of #01696E
Black with #01696E
Text Example
Text Example
White with #01696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01696E; }
p { color: rgb(1,105,110); }
H1.HeaderClassName
{
color: #01696E;
}
.AnyTagClassName
{
color: #01696E;
}
</style>
background-color css
<style>
a { background-color: #01696E; }
a { background-color: rgb(1,105,110); }
div.DivClassName
{
background-color: #01696E;
}
.BgClassName
{
background-color: #01696E;
}
</style>
border-color css
<style>
span { border-color: #01696E; }
span { border-color: rgb(1,105,110); }
td.TdClassName
{
border-color: #01696E;
}
.TagClassName
{
border-color: #01696E;
}
</style>