Shades of Blue Lagoon #016988
Tints of Blue Lagoon #016988
RGB
CMYK
RGB Variations
Color information
#016988 (or 0x016988) is known color: Blue Lagoon. HEX triplet: 01, 69 and 88. RGB value is (1,105,136). Sum of RGB (Red+Green+Blue) = 1+105+136=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #016988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016988 is #FE9677. Grayscale: #4D4D4D. Windows color (decimal): -16684664 or 8939777. OLE color: 8939777.
HSL color Cylindrical-coordinate representation of color #016988: hue angle of 193.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016988 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 105 | 136 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.47 |
| HSL | 193.78º | 0.99% | 0.27% | - |
| HSV(B) | 193.78º | 0.99% | 0.53% | - |
| XYZ | 9.51 | 11.89 | 25.09 | - |
| YUV | 77.44 | 161.04 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 136 | 0.99 | 0.23 | 0 | 0.47 | 193.78 | 0.99 | 0.27 |
| Hex | 1 | 69 | 88 | 63 | 17 | 0 | 2F | C2 | 63 | 1B |
| Octal | 1 | 151 | 210 | 143 | 27 | 0 | 57 | 302 | 143 | 33 |
| Binary | 1 | 1101001 | 10001000 | 1100011 | 10111 | 0 | 101111 | 11000010 | 1100011 | 11011 |
Color Harmonies of #016988
Complementary color
Monochromatic Colors of #016988
Black with #016988
Text Example
Text Example
White with #016988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016988; }
p { color: rgb(1,105,136); }
H1.HeaderClassName
{
color: #016988;
}
.AnyTagClassName
{
color: #016988;
}
</style>
background-color css
<style>
a { background-color: #016988; }
a { background-color: rgb(1,105,136); }
div.DivClassName
{
background-color: #016988;
}
.BgClassName
{
background-color: #016988;
}
</style>
border-color css
<style>
span { border-color: #016988; }
span { border-color: rgb(1,105,136); }
td.TdClassName
{
border-color: #016988;
}
.TagClassName
{
border-color: #016988;
}
</style>