Shades of Blue Lagoon #016077
Tints of Blue Lagoon #016077
RGB
CMYK
RGB Variations
Color information
#016077 (or 0x016077) is known color: Blue Lagoon. HEX triplet: 01, 60 and 77. RGB value is (1,96,119). Sum of RGB (Red+Green+Blue) = 1+96+119=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #016077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016077 is #FE9F88. Grayscale: #464646. Windows color (decimal): -16686985 or 7823361. OLE color: 7823361.
HSL color Cylindrical-coordinate representation of color #016077: hue angle of 191.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016077 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 96 | 119 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.53 |
| HSL | 191.69º | 0.98% | 0.24% | - |
| HSV(B) | 191.69º | 0.99% | 0.47% | - |
| XYZ | 7.53 | 9.7 | 18.93 | - |
| YUV | 70.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 119 | 0.99 | 0.19 | 0 | 0.53 | 191.69 | 0.98 | 0.24 |
| Hex | 1 | 60 | 77 | 63 | 13 | 0 | 35 | C0 | 62 | 18 |
| Octal | 1 | 140 | 167 | 143 | 23 | 0 | 65 | 300 | 142 | 30 |
| Binary | 1 | 1100000 | 1110111 | 1100011 | 10011 | 0 | 110101 | 11000000 | 1100010 | 11000 |
Color Harmonies of #016077
Complementary color
Monochromatic Colors of #016077
Black with #016077
Text Example
Text Example
White with #016077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016077; }
p { color: rgb(1,96,119); }
H1.HeaderClassName
{
color: #016077;
}
.AnyTagClassName
{
color: #016077;
}
</style>
background-color css
<style>
a { background-color: #016077; }
a { background-color: rgb(1,96,119); }
div.DivClassName
{
background-color: #016077;
}
.BgClassName
{
background-color: #016077;
}
</style>
border-color css
<style>
span { border-color: #016077; }
span { border-color: rgb(1,96,119); }
td.TdClassName
{
border-color: #016077;
}
.TagClassName
{
border-color: #016077;
}
</style>