Shades of Blue Lagoon #016A88
Tints of Blue Lagoon #016A88
RGB
CMYK
RGB Variations
Color information
#016A88 (or 0x016A88) is known color: Blue Lagoon. HEX triplet: 01, 6A and 88. RGB value is (1,106,136). Sum of RGB (Red+Green+Blue) = 1+106+136=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #016A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A88 is #FE9577. Grayscale: #4D4D4D. Windows color (decimal): -16684408 or 8940033. OLE color: 8940033.
HSL color Cylindrical-coordinate representation of color #016A88: hue angle of 193.33º 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 #016A88 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 106 | 136 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.47 |
| HSL | 193.33º | 0.99% | 0.27% | - |
| HSV(B) | 193.33º | 0.99% | 0.53% | - |
| XYZ | 9.61 | 12.09 | 25.12 | - |
| YUV | 78.03 | 160.71 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 136 | 0.99 | 0.22 | 0 | 0.47 | 193.33 | 0.99 | 0.27 |
| Hex | 1 | 6A | 88 | 63 | 16 | 0 | 2F | C1 | 63 | 1B |
| Octal | 1 | 152 | 210 | 143 | 26 | 0 | 57 | 301 | 143 | 33 |
| Binary | 1 | 1101010 | 10001000 | 1100011 | 10110 | 0 | 101111 | 11000001 | 1100011 | 11011 |
Color Harmonies of #016A88
Complementary color
Monochromatic Colors of #016A88
Black with #016A88
Text Example
Text Example
White with #016A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A88; }
p { color: rgb(1,106,136); }
H1.HeaderClassName
{
color: #016A88;
}
.AnyTagClassName
{
color: #016A88;
}
</style>
background-color css
<style>
a { background-color: #016A88; }
a { background-color: rgb(1,106,136); }
div.DivClassName
{
background-color: #016A88;
}
.BgClassName
{
background-color: #016A88;
}
</style>
border-color css
<style>
span { border-color: #016A88; }
span { border-color: rgb(1,106,136); }
td.TdClassName
{
border-color: #016A88;
}
.TagClassName
{
border-color: #016A88;
}
</style>