Shades of Blue Lagoon #016472
Tints of Blue Lagoon #016472
RGB
CMYK
RGB Variations
Color information
#016472 (or 0x016472) is known color: Blue Lagoon. HEX triplet: 01, 64 and 72. RGB value is (1,100,114). Sum of RGB (Red+Green+Blue) = 1+100+114=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #016472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016472 is #FE9B8D. Grayscale: #474747. Windows color (decimal): -16685966 or 7496705. OLE color: 7496705.
HSL color Cylindrical-coordinate representation of color #016472: hue angle of 187.43º 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 #016472 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 100 | 114 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.55 |
| HSL | 187.43º | 0.98% | 0.23% | - |
| HSV(B) | 187.43º | 0.99% | 0.45% | - |
| XYZ | 7.61 | 10.34 | 17.51 | - |
| YUV | 72 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 114 | 0.99 | 0.12 | 0 | 0.55 | 187.43 | 0.98 | 0.23 |
| Hex | 1 | 64 | 72 | 63 | C | 0 | 37 | BB | 62 | 17 |
| Octal | 1 | 144 | 162 | 143 | 14 | 0 | 67 | 273 | 142 | 27 |
| Binary | 1 | 1100100 | 1110010 | 1100011 | 1100 | 0 | 110111 | 10111011 | 1100010 | 10111 |
Color Harmonies of #016472
Complementary color
Monochromatic Colors of #016472
Black with #016472
Text Example
Text Example
White with #016472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016472; }
p { color: rgb(1,100,114); }
H1.HeaderClassName
{
color: #016472;
}
.AnyTagClassName
{
color: #016472;
}
</style>
background-color css
<style>
a { background-color: #016472; }
a { background-color: rgb(1,100,114); }
div.DivClassName
{
background-color: #016472;
}
.BgClassName
{
background-color: #016472;
}
</style>
border-color css
<style>
span { border-color: #016472; }
span { border-color: rgb(1,100,114); }
td.TdClassName
{
border-color: #016472;
}
.TagClassName
{
border-color: #016472;
}
</style>