Shades of Blue Lagoon #016089
Tints of Blue Lagoon #016089
RGB
CMYK
RGB Variations
Color information
#016089 (or 0x016089) is known color: Blue Lagoon. HEX triplet: 01, 60 and 89. RGB value is (1,96,137). Sum of RGB (Red+Green+Blue) = 1+96+137=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #016089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016089 is #FE9F76. Grayscale: #484848. Windows color (decimal): -16686967 or 9003009. OLE color: 9003009.
HSL color Cylindrical-coordinate representation of color #016089: hue angle of 198.09º 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 #016089 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 96 | 137 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.46 |
| HSL | 198.09º | 0.99% | 0.27% | - |
| HSV(B) | 198.09º | 0.99% | 0.54% | - |
| XYZ | 8.71 | 10.18 | 25.17 | - |
| YUV | 72.27 | 164.53 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 137 | 0.99 | 0.30 | 0 | 0.46 | 198.09 | 0.99 | 0.27 |
| Hex | 1 | 60 | 89 | 63 | 1E | 0 | 2E | C6 | 63 | 1B |
| Octal | 1 | 140 | 211 | 143 | 36 | 0 | 56 | 306 | 143 | 33 |
| Binary | 1 | 1100000 | 10001001 | 1100011 | 11110 | 0 | 101110 | 11000110 | 1100011 | 11011 |
Color Harmonies of #016089
Complementary color
Monochromatic Colors of #016089
Black with #016089
Text Example
Text Example
White with #016089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016089; }
p { color: rgb(1,96,137); }
H1.HeaderClassName
{
color: #016089;
}
.AnyTagClassName
{
color: #016089;
}
</style>
background-color css
<style>
a { background-color: #016089; }
a { background-color: rgb(1,96,137); }
div.DivClassName
{
background-color: #016089;
}
.BgClassName
{
background-color: #016089;
}
</style>
border-color css
<style>
span { border-color: #016089; }
span { border-color: rgb(1,96,137); }
td.TdClassName
{
border-color: #016089;
}
.TagClassName
{
border-color: #016089;
}
</style>