Shades of Blue Lagoon #016689
Tints of Blue Lagoon #016689
RGB
CMYK
RGB Variations
Color information
#016689 (or 0x016689) is known color: Blue Lagoon. HEX triplet: 01, 66 and 89. RGB value is (1,102,137). Sum of RGB (Red+Green+Blue) = 1+102+137=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #016689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016689 is #FE9976. Grayscale: #4B4B4B. Windows color (decimal): -16685431 or 9004545. OLE color: 9004545.
HSL color Cylindrical-coordinate representation of color #016689: hue angle of 195.44º 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 #016689 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 102 | 137 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.46 |
| HSL | 195.44º | 0.99% | 0.27% | - |
| HSV(B) | 195.44º | 0.99% | 0.54% | - |
| XYZ | 9.28 | 11.32 | 25.36 | - |
| YUV | 75.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 137 | 0.99 | 0.26 | 0 | 0.46 | 195.44 | 0.99 | 0.27 |
| Hex | 1 | 66 | 89 | 63 | 1A | 0 | 2E | C3 | 63 | 1B |
| Octal | 1 | 146 | 211 | 143 | 32 | 0 | 56 | 303 | 143 | 33 |
| Binary | 1 | 1100110 | 10001001 | 1100011 | 11010 | 0 | 101110 | 11000011 | 1100011 | 11011 |
Color Harmonies of #016689
Complementary color
Monochromatic Colors of #016689
Black with #016689
Text Example
Text Example
White with #016689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016689; }
p { color: rgb(1,102,137); }
H1.HeaderClassName
{
color: #016689;
}
.AnyTagClassName
{
color: #016689;
}
</style>
background-color css
<style>
a { background-color: #016689; }
a { background-color: rgb(1,102,137); }
div.DivClassName
{
background-color: #016689;
}
.BgClassName
{
background-color: #016689;
}
</style>
border-color css
<style>
span { border-color: #016689; }
span { border-color: rgb(1,102,137); }
td.TdClassName
{
border-color: #016689;
}
.TagClassName
{
border-color: #016689;
}
</style>