Shades of Blue Lagoon #016C82
Tints of Blue Lagoon #016C82
RGB
CMYK
RGB Variations
Color information
#016C82 (or 0x016C82) is known color: Blue Lagoon. HEX triplet: 01, 6C and 82. RGB value is (1,108,130). Sum of RGB (Red+Green+Blue) = 1+108+130=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #016C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C82 is #FE937D. Grayscale: #4E4E4E. Windows color (decimal): -16683902 or 8547329. OLE color: 8547329.
HSL color Cylindrical-coordinate representation of color #016C82: hue angle of 190.23º 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 #016C82 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 108 | 130 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.49 |
| HSL | 190.23º | 0.98% | 0.26% | - |
| HSV(B) | 190.23º | 0.99% | 0.51% | - |
| XYZ | 9.4 | 12.34 | 23.01 | - |
| YUV | 78.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 130 | 0.99 | 0.17 | 0 | 0.49 | 190.23 | 0.98 | 0.26 |
| Hex | 1 | 6C | 82 | 63 | 11 | 0 | 31 | BE | 62 | 1A |
| Octal | 1 | 154 | 202 | 143 | 21 | 0 | 61 | 276 | 142 | 32 |
| Binary | 1 | 1101100 | 10000010 | 1100011 | 10001 | 0 | 110001 | 10111110 | 1100010 | 11010 |
Color Harmonies of #016C82
Complementary color
Monochromatic Colors of #016C82
Black with #016C82
Text Example
Text Example
White with #016C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C82; }
p { color: rgb(1,108,130); }
H1.HeaderClassName
{
color: #016C82;
}
.AnyTagClassName
{
color: #016C82;
}
</style>
background-color css
<style>
a { background-color: #016C82; }
a { background-color: rgb(1,108,130); }
div.DivClassName
{
background-color: #016C82;
}
.BgClassName
{
background-color: #016C82;
}
</style>
border-color css
<style>
span { border-color: #016C82; }
span { border-color: rgb(1,108,130); }
td.TdClassName
{
border-color: #016C82;
}
.TagClassName
{
border-color: #016C82;
}
</style>