Shades of Blue Lagoon #016872
Tints of Blue Lagoon #016872
RGB
CMYK
RGB Variations
Color information
#016872 (or 0x016872) is known color: Blue Lagoon. HEX triplet: 01, 68 and 72. RGB value is (1,104,114). Sum of RGB (Red+Green+Blue) = 1+104+114=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #016872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016872 is #FE978D. Grayscale: #4A4A4A. Windows color (decimal): -16684942 or 7497729. OLE color: 7497729.
HSL color Cylindrical-coordinate representation of color #016872: hue angle of 185.31º 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 #016872 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 104 | 114 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.55 |
| HSL | 185.31º | 0.98% | 0.23% | - |
| HSV(B) | 185.31º | 0.99% | 0.45% | - |
| XYZ | 8 | 11.12 | 17.64 | - |
| YUV | 74.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 114 | 0.99 | 0.09 | 0 | 0.55 | 185.31 | 0.98 | 0.23 |
| Hex | 1 | 68 | 72 | 63 | 9 | 0 | 37 | B9 | 62 | 17 |
| Octal | 1 | 150 | 162 | 143 | 11 | 0 | 67 | 271 | 142 | 27 |
| Binary | 1 | 1101000 | 1110010 | 1100011 | 1001 | 0 | 110111 | 10111001 | 1100010 | 10111 |
Color Harmonies of #016872
Complementary color
Monochromatic Colors of #016872
Black with #016872
Text Example
Text Example
White with #016872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016872; }
p { color: rgb(1,104,114); }
H1.HeaderClassName
{
color: #016872;
}
.AnyTagClassName
{
color: #016872;
}
</style>
background-color css
<style>
a { background-color: #016872; }
a { background-color: rgb(1,104,114); }
div.DivClassName
{
background-color: #016872;
}
.BgClassName
{
background-color: #016872;
}
</style>
border-color css
<style>
span { border-color: #016872; }
span { border-color: rgb(1,104,114); }
td.TdClassName
{
border-color: #016872;
}
.TagClassName
{
border-color: #016872;
}
</style>