Shades of Blue Lagoon #016772
Tints of Blue Lagoon #016772
RGB
CMYK
RGB Variations
Color information
#016772 (or 0x016772) is known color: Blue Lagoon. HEX triplet: 01, 67 and 72. RGB value is (1,103,114). Sum of RGB (Red+Green+Blue) = 1+103+114=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #016772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016772 is #FE988D. Grayscale: #494949. Windows color (decimal): -16685198 or 7497473. OLE color: 7497473.
HSL color Cylindrical-coordinate representation of color #016772: hue angle of 185.84º 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 #016772 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 103 | 114 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.55 |
| HSL | 185.84º | 0.98% | 0.23% | - |
| HSV(B) | 185.84º | 0.99% | 0.45% | - |
| XYZ | 7.9 | 10.92 | 17.61 | - |
| YUV | 73.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 114 | 0.99 | 0.10 | 0 | 0.55 | 185.84 | 0.98 | 0.23 |
| Hex | 1 | 67 | 72 | 63 | A | 0 | 37 | BA | 62 | 17 |
| Octal | 1 | 147 | 162 | 143 | 12 | 0 | 67 | 272 | 142 | 27 |
| Binary | 1 | 1100111 | 1110010 | 1100011 | 1010 | 0 | 110111 | 10111010 | 1100010 | 10111 |
Color Harmonies of #016772
Complementary color
Monochromatic Colors of #016772
Black with #016772
Text Example
Text Example
White with #016772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016772; }
p { color: rgb(1,103,114); }
H1.HeaderClassName
{
color: #016772;
}
.AnyTagClassName
{
color: #016772;
}
</style>
background-color css
<style>
a { background-color: #016772; }
a { background-color: rgb(1,103,114); }
div.DivClassName
{
background-color: #016772;
}
.BgClassName
{
background-color: #016772;
}
</style>
border-color css
<style>
span { border-color: #016772; }
span { border-color: rgb(1,103,114); }
td.TdClassName
{
border-color: #016772;
}
.TagClassName
{
border-color: #016772;
}
</style>