Shades of Blue Lagoon #016780
Tints of Blue Lagoon #016780
RGB
CMYK
RGB Variations
Color information
#016780 (or 0x016780) is known color: Blue Lagoon. HEX triplet: 01, 67 and 80. RGB value is (1,103,128). Sum of RGB (Red+Green+Blue) = 1+103+128=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #016780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016780 is #FE987F. Grayscale: #4B4B4B. Windows color (decimal): -16685184 or 8414977. OLE color: 8414977.
HSL color Cylindrical-coordinate representation of color #016780: hue angle of 191.81º 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 #016780 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 103 | 128 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.50 |
| HSL | 191.81º | 0.98% | 0.25% | - |
| HSV(B) | 191.81º | 0.99% | 0.5% | - |
| XYZ | 8.76 | 11.27 | 22.13 | - |
| YUV | 75.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 128 | 0.99 | 0.20 | 0 | 0.50 | 191.81 | 0.98 | 0.25 |
| Hex | 1 | 67 | 80 | 63 | 14 | 0 | 32 | C0 | 62 | 19 |
| Octal | 1 | 147 | 200 | 143 | 24 | 0 | 62 | 300 | 142 | 31 |
| Binary | 1 | 1100111 | 10000000 | 1100011 | 10100 | 0 | 110010 | 11000000 | 1100010 | 11001 |
Color Harmonies of #016780
Complementary color
Monochromatic Colors of #016780
Black with #016780
Text Example
Text Example
White with #016780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016780; }
p { color: rgb(1,103,128); }
H1.HeaderClassName
{
color: #016780;
}
.AnyTagClassName
{
color: #016780;
}
</style>
background-color css
<style>
a { background-color: #016780; }
a { background-color: rgb(1,103,128); }
div.DivClassName
{
background-color: #016780;
}
.BgClassName
{
background-color: #016780;
}
</style>
border-color css
<style>
span { border-color: #016780; }
span { border-color: rgb(1,103,128); }
td.TdClassName
{
border-color: #016780;
}
.TagClassName
{
border-color: #016780;
}
</style>