Shades of Blue Lagoon #016C7E
Tints of Blue Lagoon #016C7E
RGB
CMYK
RGB Variations
Color information
#016C7E (or 0x016C7E) is known color: Blue Lagoon. HEX triplet: 01, 6C and 7E. RGB value is (1,108,126). Sum of RGB (Red+Green+Blue) = 1+108+126=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #016C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C7E is #FE9381. Grayscale: #4D4D4D. Windows color (decimal): -16683906 or 8285185. OLE color: 8285185.
HSL color Cylindrical-coordinate representation of color #016C7E: hue angle of 188.64º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C7E is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 108 | 126 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.51 |
| HSL | 188.64º | 0.98% | 0.25% | - |
| HSV(B) | 188.64º | 0.99% | 0.49% | - |
| XYZ | 9.14 | 12.24 | 21.62 | - |
| YUV | 78.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 126 | 0.99 | 0.14 | 0 | 0.51 | 188.64 | 0.98 | 0.25 |
| Hex | 1 | 6C | 7E | 63 | E | 0 | 33 | BD | 62 | 19 |
| Octal | 1 | 154 | 176 | 143 | 16 | 0 | 63 | 275 | 142 | 31 |
| Binary | 1 | 1101100 | 1111110 | 1100011 | 1110 | 0 | 110011 | 10111101 | 1100010 | 11001 |
Color Harmonies of #016C7E
Complementary color
Monochromatic Colors of #016C7E
Black with #016C7E
Text Example
Text Example
White with #016C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C7E; }
p { color: rgb(1,108,126); }
H1.HeaderClassName
{
color: #016C7E;
}
.AnyTagClassName
{
color: #016C7E;
}
</style>
background-color css
<style>
a { background-color: #016C7E; }
a { background-color: rgb(1,108,126); }
div.DivClassName
{
background-color: #016C7E;
}
.BgClassName
{
background-color: #016C7E;
}
</style>
border-color css
<style>
span { border-color: #016C7E; }
span { border-color: rgb(1,108,126); }
td.TdClassName
{
border-color: #016C7E;
}
.TagClassName
{
border-color: #016C7E;
}
</style>