Shades of Blue Lagoon #01696D
Tints of Blue Lagoon #01696D
RGB
CMYK
RGB Variations
Color information
#01696D (or 0x01696D) is known color: Blue Lagoon. HEX triplet: 01, 69 and 6D. RGB value is (1,105,109). Sum of RGB (Red+Green+Blue) = 1+105+109=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #01696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696D is #FE9692. Grayscale: #4A4A4A. Windows color (decimal): -16684691 or 7170305. OLE color: 7170305.
HSL color Cylindrical-coordinate representation of color #01696D: hue angle of 182.22º 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 #01696D is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 105 | 109 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.57 |
| HSL | 182.22º | 0.98% | 0.22% | - |
| HSV(B) | 182.22º | 0.99% | 0.43% | - |
| XYZ | 7.82 | 11.21 | 16.22 | - |
| YUV | 74.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 109 | 0.99 | 0.04 | 0 | 0.57 | 182.22 | 0.98 | 0.22 |
| Hex | 1 | 69 | 6D | 63 | 4 | 0 | 39 | B6 | 62 | 16 |
| Octal | 1 | 151 | 155 | 143 | 4 | 0 | 71 | 266 | 142 | 26 |
| Binary | 1 | 1101001 | 1101101 | 1100011 | 100 | 0 | 111001 | 10110110 | 1100010 | 10110 |
Color Harmonies of #01696D
Complementary color
Monochromatic Colors of #01696D
Black with #01696D
Text Example
Text Example
White with #01696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01696D; }
p { color: rgb(1,105,109); }
H1.HeaderClassName
{
color: #01696D;
}
.AnyTagClassName
{
color: #01696D;
}
</style>
background-color css
<style>
a { background-color: #01696D; }
a { background-color: rgb(1,105,109); }
div.DivClassName
{
background-color: #01696D;
}
.BgClassName
{
background-color: #01696D;
}
</style>
border-color css
<style>
span { border-color: #01696D; }
span { border-color: rgb(1,105,109); }
td.TdClassName
{
border-color: #01696D;
}
.TagClassName
{
border-color: #01696D;
}
</style>