Shades of Blue Lagoon #01656F
Tints of Blue Lagoon #01656F
RGB
CMYK
RGB Variations
Color information
#01656F (or 0x01656F) is known color: Blue Lagoon. HEX triplet: 01, 65 and 6F. RGB value is (1,101,111). Sum of RGB (Red+Green+Blue) = 1+101+111=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #01656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01656F is #FE9A90. Grayscale: #484848. Windows color (decimal): -16685713 or 7300353. OLE color: 7300353.
HSL color Cylindrical-coordinate representation of color #01656F: hue angle of 185.45º 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 #01656F is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 101 | 111 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.56 |
| HSL | 185.45º | 0.98% | 0.22% | - |
| HSV(B) | 185.45º | 0.99% | 0.44% | - |
| XYZ | 7.54 | 10.46 | 16.66 | - |
| YUV | 72.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 111 | 0.99 | 0.09 | 0 | 0.56 | 185.45 | 0.98 | 0.22 |
| Hex | 1 | 65 | 6F | 63 | 9 | 0 | 38 | B9 | 62 | 16 |
| Octal | 1 | 145 | 157 | 143 | 11 | 0 | 70 | 271 | 142 | 26 |
| Binary | 1 | 1100101 | 1101111 | 1100011 | 1001 | 0 | 111000 | 10111001 | 1100010 | 10110 |
Color Harmonies of #01656F
Complementary color
Monochromatic Colors of #01656F
Black with #01656F
Text Example
Text Example
White with #01656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01656F; }
p { color: rgb(1,101,111); }
H1.HeaderClassName
{
color: #01656F;
}
.AnyTagClassName
{
color: #01656F;
}
</style>
background-color css
<style>
a { background-color: #01656F; }
a { background-color: rgb(1,101,111); }
div.DivClassName
{
background-color: #01656F;
}
.BgClassName
{
background-color: #01656F;
}
</style>
border-color css
<style>
span { border-color: #01656F; }
span { border-color: rgb(1,101,111); }
td.TdClassName
{
border-color: #01656F;
}
.TagClassName
{
border-color: #01656F;
}
</style>