Shades of Blue Lagoon #01686B
Tints of Blue Lagoon #01686B
RGB
CMYK
RGB Variations
Color information
#01686B (or 0x01686B) is known color: Blue Lagoon. HEX triplet: 01, 68 and 6B. RGB value is (1,104,107). Sum of RGB (Red+Green+Blue) = 1+104+107=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #01686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01686B is #FE9794. Grayscale: #494949. Windows color (decimal): -16684949 or 7038977. OLE color: 7038977.
HSL color Cylindrical-coordinate representation of color #01686B: hue angle of 181.7º 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 #01686B is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 104 | 107 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.58 |
| HSL | 181.7º | 0.98% | 0.21% | - |
| HSV(B) | 181.7º | 0.99% | 0.42% | - |
| XYZ | 7.62 | 10.97 | 15.63 | - |
| YUV | 73.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 107 | 0.99 | 0.03 | 0 | 0.58 | 181.7 | 0.98 | 0.21 |
| Hex | 1 | 68 | 6B | 63 | 3 | 0 | 3A | B6 | 62 | 15 |
| Octal | 1 | 150 | 153 | 143 | 3 | 0 | 72 | 266 | 142 | 25 |
| Binary | 1 | 1101000 | 1101011 | 1100011 | 11 | 0 | 111010 | 10110110 | 1100010 | 10101 |
Color Harmonies of #01686B
Complementary color
Monochromatic Colors of #01686B
Black with #01686B
Text Example
Text Example
White with #01686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01686B; }
p { color: rgb(1,104,107); }
H1.HeaderClassName
{
color: #01686B;
}
.AnyTagClassName
{
color: #01686B;
}
</style>
background-color css
<style>
a { background-color: #01686B; }
a { background-color: rgb(1,104,107); }
div.DivClassName
{
background-color: #01686B;
}
.BgClassName
{
background-color: #01686B;
}
</style>
border-color css
<style>
span { border-color: #01686B; }
span { border-color: rgb(1,104,107); }
td.TdClassName
{
border-color: #01686B;
}
.TagClassName
{
border-color: #01686B;
}
</style>