Shades of Blue Lagoon #016B7E
Tints of Blue Lagoon #016B7E
RGB
CMYK
RGB Variations
Color information
#016B7E (or 0x016B7E) is known color: Blue Lagoon. HEX triplet: 01, 6B and 7E. RGB value is (1,107,126). Sum of RGB (Red+Green+Blue) = 1+107+126=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #016B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B7E is #FE9481. Grayscale: #4D4D4D. Windows color (decimal): -16684162 or 8284929. OLE color: 8284929.
HSL color Cylindrical-coordinate representation of color #016B7E: hue angle of 189.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B7E is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 107 | 126 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.51 |
| HSL | 189.12º | 0.98% | 0.25% | - |
| HSV(B) | 189.12º | 0.99% | 0.49% | - |
| XYZ | 9.04 | 12.03 | 21.58 | - |
| YUV | 77.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 126 | 0.99 | 0.15 | 0 | 0.51 | 189.12 | 0.98 | 0.25 |
| Hex | 1 | 6B | 7E | 63 | F | 0 | 33 | BD | 62 | 19 |
| Octal | 1 | 153 | 176 | 143 | 17 | 0 | 63 | 275 | 142 | 31 |
| Binary | 1 | 1101011 | 1111110 | 1100011 | 1111 | 0 | 110011 | 10111101 | 1100010 | 11001 |
Color Harmonies of #016B7E
Complementary color
Monochromatic Colors of #016B7E
Black with #016B7E
Text Example
Text Example
White with #016B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B7E; }
p { color: rgb(1,107,126); }
H1.HeaderClassName
{
color: #016B7E;
}
.AnyTagClassName
{
color: #016B7E;
}
</style>
background-color css
<style>
a { background-color: #016B7E; }
a { background-color: rgb(1,107,126); }
div.DivClassName
{
background-color: #016B7E;
}
.BgClassName
{
background-color: #016B7E;
}
</style>
border-color css
<style>
span { border-color: #016B7E; }
span { border-color: rgb(1,107,126); }
td.TdClassName
{
border-color: #016B7E;
}
.TagClassName
{
border-color: #016B7E;
}
</style>