Shades of Blue Lagoon #016776
Tints of Blue Lagoon #016776
RGB
CMYK
RGB Variations
Color information
#016776 (or 0x016776) is known color: Blue Lagoon. HEX triplet: 01, 67 and 76. RGB value is (1,103,118). Sum of RGB (Red+Green+Blue) = 1+103+118=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #016776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016776 is #FE9889. Grayscale: #4A4A4A. Windows color (decimal): -16685194 or 7759617. OLE color: 7759617.
HSL color Cylindrical-coordinate representation of color #016776: hue angle of 187.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016776 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 103 | 118 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.54 |
| HSL | 187.69º | 0.98% | 0.23% | - |
| HSV(B) | 187.69º | 0.99% | 0.46% | - |
| XYZ | 8.13 | 11.01 | 18.84 | - |
| YUV | 74.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 118 | 0.99 | 0.13 | 0 | 0.54 | 187.69 | 0.98 | 0.23 |
| Hex | 1 | 67 | 76 | 63 | D | 0 | 36 | BC | 62 | 17 |
| Octal | 1 | 147 | 166 | 143 | 15 | 0 | 66 | 274 | 142 | 27 |
| Binary | 1 | 1100111 | 1110110 | 1100011 | 1101 | 0 | 110110 | 10111100 | 1100010 | 10111 |
Color Harmonies of #016776
Complementary color
Monochromatic Colors of #016776
Black with #016776
Text Example
Text Example
White with #016776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016776; }
p { color: rgb(1,103,118); }
H1.HeaderClassName
{
color: #016776;
}
.AnyTagClassName
{
color: #016776;
}
</style>
background-color css
<style>
a { background-color: #016776; }
a { background-color: rgb(1,103,118); }
div.DivClassName
{
background-color: #016776;
}
.BgClassName
{
background-color: #016776;
}
</style>
border-color css
<style>
span { border-color: #016776; }
span { border-color: rgb(1,103,118); }
td.TdClassName
{
border-color: #016776;
}
.TagClassName
{
border-color: #016776;
}
</style>