Shades of Blue Lagoon #01696C
Tints of Blue Lagoon #01696C
RGB
CMYK
RGB Variations
Color information
#01696C (or 0x01696C) is known color: Blue Lagoon. HEX triplet: 01, 69 and 6C. RGB value is (1,105,108). Sum of RGB (Red+Green+Blue) = 1+105+108=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #01696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696C is #FE9693. Grayscale: #4A4A4A. Windows color (decimal): -16684692 or 7104769. OLE color: 7104769.
HSL color Cylindrical-coordinate representation of color #01696C: hue angle of 181.68º 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 #01696C is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 105 | 108 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.58 |
| HSL | 181.68º | 0.98% | 0.21% | - |
| HSV(B) | 181.68º | 0.99% | 0.42% | - |
| XYZ | 7.77 | 11.19 | 15.94 | - |
| YUV | 74.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 108 | 0.99 | 0.03 | 0 | 0.58 | 181.68 | 0.98 | 0.21 |
| Hex | 1 | 69 | 6C | 63 | 3 | 0 | 3A | B6 | 62 | 15 |
| Octal | 1 | 151 | 154 | 143 | 3 | 0 | 72 | 266 | 142 | 25 |
| Binary | 1 | 1101001 | 1101100 | 1100011 | 11 | 0 | 111010 | 10110110 | 1100010 | 10101 |
Color Harmonies of #01696C
Complementary color
Monochromatic Colors of #01696C
Black with #01696C
Text Example
Text Example
White with #01696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01696C; }
p { color: rgb(1,105,108); }
H1.HeaderClassName
{
color: #01696C;
}
.AnyTagClassName
{
color: #01696C;
}
</style>
background-color css
<style>
a { background-color: #01696C; }
a { background-color: rgb(1,105,108); }
div.DivClassName
{
background-color: #01696C;
}
.BgClassName
{
background-color: #01696C;
}
</style>
border-color css
<style>
span { border-color: #01696C; }
span { border-color: rgb(1,105,108); }
td.TdClassName
{
border-color: #01696C;
}
.TagClassName
{
border-color: #01696C;
}
</style>