Shades of Blue Lagoon #016A6C
Tints of Blue Lagoon #016A6C
RGB
CMYK
RGB Variations
Color information
#016A6C (or 0x016A6C) is known color: Blue Lagoon. HEX triplet: 01, 6A and 6C. RGB value is (1,106,108). Sum of RGB (Red+Green+Blue) = 1+106+108=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #016A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A6C is #FE9593. Grayscale: #4A4A4A. Windows color (decimal): -16684436 or 7105025. OLE color: 7105025.
HSL color Cylindrical-coordinate representation of color #016A6C: hue angle of 181.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A6C is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 108 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.58 |
| HSL | 181.12º | 0.98% | 0.21% | - |
| HSV(B) | 181.12º | 0.99% | 0.42% | - |
| XYZ | 7.87 | 11.4 | 15.97 | - |
| YUV | 74.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 108 | 0.99 | 0.02 | 0 | 0.58 | 181.12 | 0.98 | 0.21 |
| Hex | 1 | 6A | 6C | 63 | 2 | 0 | 3A | B5 | 62 | 15 |
| Octal | 1 | 152 | 154 | 143 | 2 | 0 | 72 | 265 | 142 | 25 |
| Binary | 1 | 1101010 | 1101100 | 1100011 | 10 | 0 | 111010 | 10110101 | 1100010 | 10101 |
Color Harmonies of #016A6C
Complementary color
Monochromatic Colors of #016A6C
Black with #016A6C
Text Example
Text Example
White with #016A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A6C; }
p { color: rgb(1,106,108); }
H1.HeaderClassName
{
color: #016A6C;
}
.AnyTagClassName
{
color: #016A6C;
}
</style>
background-color css
<style>
a { background-color: #016A6C; }
a { background-color: rgb(1,106,108); }
div.DivClassName
{
background-color: #016A6C;
}
.BgClassName
{
background-color: #016A6C;
}
</style>
border-color css
<style>
span { border-color: #016A6C; }
span { border-color: rgb(1,106,108); }
td.TdClassName
{
border-color: #016A6C;
}
.TagClassName
{
border-color: #016A6C;
}
</style>