Shades of Blue Lagoon #016572
Tints of Blue Lagoon #016572
RGB
CMYK
RGB Variations
Color information
#016572 (or 0x016572) is known color: Blue Lagoon. HEX triplet: 01, 65 and 72. RGB value is (1,101,114). Sum of RGB (Red+Green+Blue) = 1+101+114=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #016572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016572 is #FE9A8D. Grayscale: #484848. Windows color (decimal): -16685710 or 7496961. OLE color: 7496961.
HSL color Cylindrical-coordinate representation of color #016572: hue angle of 186.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016572 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 101 | 114 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.55 |
| HSL | 186.9º | 0.98% | 0.23% | - |
| HSV(B) | 186.9º | 0.99% | 0.45% | - |
| XYZ | 7.7 | 10.53 | 17.55 | - |
| YUV | 72.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 114 | 0.99 | 0.11 | 0 | 0.55 | 186.9 | 0.98 | 0.23 |
| Hex | 1 | 65 | 72 | 63 | B | 0 | 37 | BB | 62 | 17 |
| Octal | 1 | 145 | 162 | 143 | 13 | 0 | 67 | 273 | 142 | 27 |
| Binary | 1 | 1100101 | 1110010 | 1100011 | 1011 | 0 | 110111 | 10111011 | 1100010 | 10111 |
Color Harmonies of #016572
Complementary color
Monochromatic Colors of #016572
Black with #016572
Text Example
Text Example
White with #016572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016572; }
p { color: rgb(1,101,114); }
H1.HeaderClassName
{
color: #016572;
}
.AnyTagClassName
{
color: #016572;
}
</style>
background-color css
<style>
a { background-color: #016572; }
a { background-color: rgb(1,101,114); }
div.DivClassName
{
background-color: #016572;
}
.BgClassName
{
background-color: #016572;
}
</style>
border-color css
<style>
span { border-color: #016572; }
span { border-color: rgb(1,101,114); }
td.TdClassName
{
border-color: #016572;
}
.TagClassName
{
border-color: #016572;
}
</style>