Shades of Blue Lagoon #01666B
Tints of Blue Lagoon #01666B
RGB
CMYK
RGB Variations
Color information
#01666B (or 0x01666B) is known color: Blue Lagoon. HEX triplet: 01, 66 and 6B. RGB value is (1,102,107). Sum of RGB (Red+Green+Blue) = 1+102+107=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #01666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01666B is #FE9994. Grayscale: #484848. Windows color (decimal): -16685461 or 7038465. OLE color: 7038465.
HSL color Cylindrical-coordinate representation of color #01666B: hue angle of 182.83º 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 #01666B is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 102 | 107 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.58 |
| HSL | 182.83º | 0.98% | 0.21% | - |
| HSV(B) | 182.83º | 0.99% | 0.42% | - |
| XYZ | 7.42 | 10.57 | 15.56 | - |
| YUV | 72.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 107 | 0.99 | 0.05 | 0 | 0.58 | 182.83 | 0.98 | 0.21 |
| Hex | 1 | 66 | 6B | 63 | 5 | 0 | 3A | B7 | 62 | 15 |
| Octal | 1 | 146 | 153 | 143 | 5 | 0 | 72 | 267 | 142 | 25 |
| Binary | 1 | 1100110 | 1101011 | 1100011 | 101 | 0 | 111010 | 10110111 | 1100010 | 10101 |
Color Harmonies of #01666B
Complementary color
Monochromatic Colors of #01666B
Black with #01666B
Text Example
Text Example
White with #01666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01666B; }
p { color: rgb(1,102,107); }
H1.HeaderClassName
{
color: #01666B;
}
.AnyTagClassName
{
color: #01666B;
}
</style>
background-color css
<style>
a { background-color: #01666B; }
a { background-color: rgb(1,102,107); }
div.DivClassName
{
background-color: #01666B;
}
.BgClassName
{
background-color: #01666B;
}
</style>
border-color css
<style>
span { border-color: #01666B; }
span { border-color: rgb(1,102,107); }
td.TdClassName
{
border-color: #01666B;
}
.TagClassName
{
border-color: #01666B;
}
</style>