Shades of Blue Lagoon #01666F
Tints of Blue Lagoon #01666F
RGB
CMYK
RGB Variations
Color information
#01666F (or 0x01666F) is known color: Blue Lagoon. HEX triplet: 01, 66 and 6F. RGB value is (1,102,111). Sum of RGB (Red+Green+Blue) = 1+102+111=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #01666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01666F is #FE9990. Grayscale: #484848. Windows color (decimal): -16685457 or 7300609. OLE color: 7300609.
HSL color Cylindrical-coordinate representation of color #01666F: hue angle of 184.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01666F is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 102 | 111 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.56 |
| HSL | 184.91º | 0.98% | 0.22% | - |
| HSV(B) | 184.91º | 0.99% | 0.44% | - |
| XYZ | 7.63 | 10.66 | 16.69 | - |
| YUV | 72.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 111 | 0.99 | 0.08 | 0 | 0.56 | 184.91 | 0.98 | 0.22 |
| Hex | 1 | 66 | 6F | 63 | 8 | 0 | 38 | B9 | 62 | 16 |
| Octal | 1 | 146 | 157 | 143 | 10 | 0 | 70 | 271 | 142 | 26 |
| Binary | 1 | 1100110 | 1101111 | 1100011 | 1000 | 0 | 111000 | 10111001 | 1100010 | 10110 |
Color Harmonies of #01666F
Complementary color
Monochromatic Colors of #01666F
Black with #01666F
Text Example
Text Example
White with #01666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01666F; }
p { color: rgb(1,102,111); }
H1.HeaderClassName
{
color: #01666F;
}
.AnyTagClassName
{
color: #01666F;
}
</style>
background-color css
<style>
a { background-color: #01666F; }
a { background-color: rgb(1,102,111); }
div.DivClassName
{
background-color: #01666F;
}
.BgClassName
{
background-color: #01666F;
}
</style>
border-color css
<style>
span { border-color: #01666F; }
span { border-color: rgb(1,102,111); }
td.TdClassName
{
border-color: #01666F;
}
.TagClassName
{
border-color: #01666F;
}
</style>