Shades of Blue Lagoon #016E7D
Tints of Blue Lagoon #016E7D
RGB
CMYK
RGB Variations
Color information
#016E7D (or 0x016E7D) is known color: Blue Lagoon. HEX triplet: 01, 6E and 7D. RGB value is (1,110,125). Sum of RGB (Red+Green+Blue) = 1+110+125=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #016E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E7D is #FE9182. Grayscale: #4E4E4E. Windows color (decimal): -16683395 or 8220161. OLE color: 8220161.
HSL color Cylindrical-coordinate representation of color #016E7D: hue angle of 187.26º 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 #016E7D is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 110 | 125 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.51 |
| HSL | 187.26º | 0.98% | 0.25% | - |
| HSV(B) | 187.26º | 0.99% | 0.49% | - |
| XYZ | 9.29 | 12.64 | 21.35 | - |
| YUV | 79.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 125 | 0.99 | 0.12 | 0 | 0.51 | 187.26 | 0.98 | 0.25 |
| Hex | 1 | 6E | 7D | 63 | C | 0 | 33 | BB | 62 | 19 |
| Octal | 1 | 156 | 175 | 143 | 14 | 0 | 63 | 273 | 142 | 31 |
| Binary | 1 | 1101110 | 1111101 | 1100011 | 1100 | 0 | 110011 | 10111011 | 1100010 | 11001 |
Color Harmonies of #016E7D
Complementary color
Monochromatic Colors of #016E7D
Black with #016E7D
Text Example
Text Example
White with #016E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E7D; }
p { color: rgb(1,110,125); }
H1.HeaderClassName
{
color: #016E7D;
}
.AnyTagClassName
{
color: #016E7D;
}
</style>
background-color css
<style>
a { background-color: #016E7D; }
a { background-color: rgb(1,110,125); }
div.DivClassName
{
background-color: #016E7D;
}
.BgClassName
{
background-color: #016E7D;
}
</style>
border-color css
<style>
span { border-color: #016E7D; }
span { border-color: rgb(1,110,125); }
td.TdClassName
{
border-color: #016E7D;
}
.TagClassName
{
border-color: #016E7D;
}
</style>