Shades of Blue Lagoon #016175
Tints of Blue Lagoon #016175
RGB
CMYK
RGB Variations
Color information
#016175 (or 0x016175) is known color: Blue Lagoon. HEX triplet: 01, 61 and 75. RGB value is (1,97,117). Sum of RGB (Red+Green+Blue) = 1+97+117=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #016175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016175 is #FE9E8A. Grayscale: #464646. Windows color (decimal): -16686731 or 7692545. OLE color: 7692545.
HSL color Cylindrical-coordinate representation of color #016175: hue angle of 190.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016175 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 97 | 117 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.54 |
| HSL | 190.34º | 0.98% | 0.23% | - |
| HSV(B) | 190.34º | 0.99% | 0.46% | - |
| XYZ | 7.5 | 9.84 | 18.33 | - |
| YUV | 70.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 117 | 0.99 | 0.17 | 0 | 0.54 | 190.34 | 0.98 | 0.23 |
| Hex | 1 | 61 | 75 | 63 | 11 | 0 | 36 | BE | 62 | 17 |
| Octal | 1 | 141 | 165 | 143 | 21 | 0 | 66 | 276 | 142 | 27 |
| Binary | 1 | 1100001 | 1110101 | 1100011 | 10001 | 0 | 110110 | 10111110 | 1100010 | 10111 |
Color Harmonies of #016175
Complementary color
Monochromatic Colors of #016175
Black with #016175
Text Example
Text Example
White with #016175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016175; }
p { color: rgb(1,97,117); }
H1.HeaderClassName
{
color: #016175;
}
.AnyTagClassName
{
color: #016175;
}
</style>
background-color css
<style>
a { background-color: #016175; }
a { background-color: rgb(1,97,117); }
div.DivClassName
{
background-color: #016175;
}
.BgClassName
{
background-color: #016175;
}
</style>
border-color css
<style>
span { border-color: #016175; }
span { border-color: rgb(1,97,117); }
td.TdClassName
{
border-color: #016175;
}
.TagClassName
{
border-color: #016175;
}
</style>