Shades of Blue Lagoon #016D7B
Tints of Blue Lagoon #016D7B
RGB
CMYK
RGB Variations
Color information
#016D7B (or 0x016D7B) is known color: Blue Lagoon. HEX triplet: 01, 6D and 7B. RGB value is (1,109,123). Sum of RGB (Red+Green+Blue) = 1+109+123=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #016D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D7B is #FE9284. Grayscale: #4E4E4E. Windows color (decimal): -16683653 or 8088833. OLE color: 8088833.
HSL color Cylindrical-coordinate representation of color #016D7B: hue angle of 186.89º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D7B is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 109 | 123 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.52 |
| HSL | 186.89º | 0.98% | 0.24% | - |
| HSV(B) | 186.89º | 0.99% | 0.48% | - |
| XYZ | 9.06 | 12.37 | 20.65 | - |
| YUV | 78.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 123 | 0.99 | 0.11 | 0 | 0.52 | 186.89 | 0.98 | 0.24 |
| Hex | 1 | 6D | 7B | 63 | B | 0 | 34 | BB | 62 | 18 |
| Octal | 1 | 155 | 173 | 143 | 13 | 0 | 64 | 273 | 142 | 30 |
| Binary | 1 | 1101101 | 1111011 | 1100011 | 1011 | 0 | 110100 | 10111011 | 1100010 | 11000 |
Color Harmonies of #016D7B
Complementary color
Monochromatic Colors of #016D7B
Black with #016D7B
Text Example
Text Example
White with #016D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D7B; }
p { color: rgb(1,109,123); }
H1.HeaderClassName
{
color: #016D7B;
}
.AnyTagClassName
{
color: #016D7B;
}
</style>
background-color css
<style>
a { background-color: #016D7B; }
a { background-color: rgb(1,109,123); }
div.DivClassName
{
background-color: #016D7B;
}
.BgClassName
{
background-color: #016D7B;
}
</style>
border-color css
<style>
span { border-color: #016D7B; }
span { border-color: rgb(1,109,123); }
td.TdClassName
{
border-color: #016D7B;
}
.TagClassName
{
border-color: #016D7B;
}
</style>