Shades of Blue Lagoon #016580
Tints of Blue Lagoon #016580
RGB
CMYK
RGB Variations
Color information
#016580 (or 0x016580) is known color: Blue Lagoon. HEX triplet: 01, 65 and 80. RGB value is (1,101,128). Sum of RGB (Red+Green+Blue) = 1+101+128=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #016580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016580 is #FE9A7F. Grayscale: #494949. Windows color (decimal): -16685696 or 8414465. OLE color: 8414465.
HSL color Cylindrical-coordinate representation of color #016580: hue angle of 192.76º 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 #016580 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 101 | 128 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.50 |
| HSL | 192.76º | 0.98% | 0.25% | - |
| HSV(B) | 192.76º | 0.99% | 0.5% | - |
| XYZ | 8.56 | 10.87 | 22.07 | - |
| YUV | 74.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 128 | 0.99 | 0.21 | 0 | 0.50 | 192.76 | 0.98 | 0.25 |
| Hex | 1 | 65 | 80 | 63 | 15 | 0 | 32 | C1 | 62 | 19 |
| Octal | 1 | 145 | 200 | 143 | 25 | 0 | 62 | 301 | 142 | 31 |
| Binary | 1 | 1100101 | 10000000 | 1100011 | 10101 | 0 | 110010 | 11000001 | 1100010 | 11001 |
Color Harmonies of #016580
Complementary color
Monochromatic Colors of #016580
Black with #016580
Text Example
Text Example
White with #016580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016580; }
p { color: rgb(1,101,128); }
H1.HeaderClassName
{
color: #016580;
}
.AnyTagClassName
{
color: #016580;
}
</style>
background-color css
<style>
a { background-color: #016580; }
a { background-color: rgb(1,101,128); }
div.DivClassName
{
background-color: #016580;
}
.BgClassName
{
background-color: #016580;
}
</style>
border-color css
<style>
span { border-color: #016580; }
span { border-color: rgb(1,101,128); }
td.TdClassName
{
border-color: #016580;
}
.TagClassName
{
border-color: #016580;
}
</style>