Shades of Blue Lagoon #016D80
Tints of Blue Lagoon #016D80
RGB
CMYK
RGB Variations
Color information
#016D80 (or 0x016D80) is known color: Blue Lagoon. HEX triplet: 01, 6D and 80. RGB value is (1,109,128). Sum of RGB (Red+Green+Blue) = 1+109+128=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #016D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D80 is #FE927F. Grayscale: #4E4E4E. Windows color (decimal): -16683648 or 8416513. OLE color: 8416513.
HSL color Cylindrical-coordinate representation of color #016D80: hue angle of 188.98º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D80 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 109 | 128 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.50 |
| HSL | 188.98º | 0.98% | 0.25% | - |
| HSV(B) | 188.98º | 0.99% | 0.5% | - |
| XYZ | 9.38 | 12.5 | 22.34 | - |
| YUV | 78.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 128 | 0.99 | 0.15 | 0 | 0.50 | 188.98 | 0.98 | 0.25 |
| Hex | 1 | 6D | 80 | 63 | F | 0 | 32 | BD | 62 | 19 |
| Octal | 1 | 155 | 200 | 143 | 17 | 0 | 62 | 275 | 142 | 31 |
| Binary | 1 | 1101101 | 10000000 | 1100011 | 1111 | 0 | 110010 | 10111101 | 1100010 | 11001 |
Color Harmonies of #016D80
Complementary color
Monochromatic Colors of #016D80
Black with #016D80
Text Example
Text Example
White with #016D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D80; }
p { color: rgb(1,109,128); }
H1.HeaderClassName
{
color: #016D80;
}
.AnyTagClassName
{
color: #016D80;
}
</style>
background-color css
<style>
a { background-color: #016D80; }
a { background-color: rgb(1,109,128); }
div.DivClassName
{
background-color: #016D80;
}
.BgClassName
{
background-color: #016D80;
}
</style>
border-color css
<style>
span { border-color: #016D80; }
span { border-color: rgb(1,109,128); }
td.TdClassName
{
border-color: #016D80;
}
.TagClassName
{
border-color: #016D80;
}
</style>