Shades of Blue Lagoon #016189
Tints of Blue Lagoon #016189
RGB
CMYK
RGB Variations
Color information
#016189 (or 0x016189) is known color: Blue Lagoon. HEX triplet: 01, 61 and 89. RGB value is (1,97,137). Sum of RGB (Red+Green+Blue) = 1+97+137=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #016189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016189 is #FE9E76. Grayscale: #484848. Windows color (decimal): -16686711 or 9003265. OLE color: 9003265.
HSL color Cylindrical-coordinate representation of color #016189: hue angle of 197.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016189 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 97 | 137 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.46 |
| HSL | 197.65º | 0.99% | 0.27% | - |
| HSV(B) | 197.65º | 0.99% | 0.54% | - |
| XYZ | 8.8 | 10.36 | 25.2 | - |
| YUV | 72.86 | 164.2 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 137 | 0.99 | 0.29 | 0 | 0.46 | 197.65 | 0.99 | 0.27 |
| Hex | 1 | 61 | 89 | 63 | 1D | 0 | 2E | C6 | 63 | 1B |
| Octal | 1 | 141 | 211 | 143 | 35 | 0 | 56 | 306 | 143 | 33 |
| Binary | 1 | 1100001 | 10001001 | 1100011 | 11101 | 0 | 101110 | 11000110 | 1100011 | 11011 |
Color Harmonies of #016189
Complementary color
Monochromatic Colors of #016189
Black with #016189
Text Example
Text Example
White with #016189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016189; }
p { color: rgb(1,97,137); }
H1.HeaderClassName
{
color: #016189;
}
.AnyTagClassName
{
color: #016189;
}
</style>
background-color css
<style>
a { background-color: #016189; }
a { background-color: rgb(1,97,137); }
div.DivClassName
{
background-color: #016189;
}
.BgClassName
{
background-color: #016189;
}
</style>
border-color css
<style>
span { border-color: #016189; }
span { border-color: rgb(1,97,137); }
td.TdClassName
{
border-color: #016189;
}
.TagClassName
{
border-color: #016189;
}
</style>