Shades of Blue Lagoon #016A82
Tints of Blue Lagoon #016A82
RGB
CMYK
RGB Variations
Color information
#016A82 (or 0x016A82) is known color: Blue Lagoon. HEX triplet: 01, 6A and 82. RGB value is (1,106,130). Sum of RGB (Red+Green+Blue) = 1+106+130=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #016A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A82 is #FE957D. Grayscale: #4D4D4D. Windows color (decimal): -16684414 or 8546817. OLE color: 8546817.
HSL color Cylindrical-coordinate representation of color #016A82: hue angle of 191.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A82 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 106 | 130 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.49 |
| HSL | 191.16º | 0.98% | 0.26% | - |
| HSV(B) | 191.16º | 0.99% | 0.51% | - |
| XYZ | 9.2 | 11.93 | 22.94 | - |
| YUV | 77.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 130 | 0.99 | 0.18 | 0 | 0.49 | 191.16 | 0.98 | 0.26 |
| Hex | 1 | 6A | 82 | 63 | 12 | 0 | 31 | BF | 62 | 1A |
| Octal | 1 | 152 | 202 | 143 | 22 | 0 | 61 | 277 | 142 | 32 |
| Binary | 1 | 1101010 | 10000010 | 1100011 | 10010 | 0 | 110001 | 10111111 | 1100010 | 11010 |
Color Harmonies of #016A82
Complementary color
Monochromatic Colors of #016A82
Black with #016A82
Text Example
Text Example
White with #016A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A82; }
p { color: rgb(1,106,130); }
H1.HeaderClassName
{
color: #016A82;
}
.AnyTagClassName
{
color: #016A82;
}
</style>
background-color css
<style>
a { background-color: #016A82; }
a { background-color: rgb(1,106,130); }
div.DivClassName
{
background-color: #016A82;
}
.BgClassName
{
background-color: #016A82;
}
</style>
border-color css
<style>
span { border-color: #016A82; }
span { border-color: rgb(1,106,130); }
td.TdClassName
{
border-color: #016A82;
}
.TagClassName
{
border-color: #016A82;
}
</style>