Shades of Blue Lagoon #016675
Tints of Blue Lagoon #016675
RGB
CMYK
RGB Variations
Color information
#016675 (or 0x016675) is known color: Blue Lagoon. HEX triplet: 01, 66 and 75. RGB value is (1,102,117). Sum of RGB (Red+Green+Blue) = 1+102+117=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #016675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016675 is #FE998A. Grayscale: #494949. Windows color (decimal): -16685451 or 7693825. OLE color: 7693825.
HSL color Cylindrical-coordinate representation of color #016675: hue angle of 187.76º 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 #016675 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 102 | 117 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.54 |
| HSL | 187.76º | 0.98% | 0.23% | - |
| HSV(B) | 187.76º | 0.99% | 0.46% | - |
| XYZ | 7.97 | 10.79 | 18.49 | - |
| YUV | 73.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 117 | 0.99 | 0.13 | 0 | 0.54 | 187.76 | 0.98 | 0.23 |
| Hex | 1 | 66 | 75 | 63 | D | 0 | 36 | BC | 62 | 17 |
| Octal | 1 | 146 | 165 | 143 | 15 | 0 | 66 | 274 | 142 | 27 |
| Binary | 1 | 1100110 | 1110101 | 1100011 | 1101 | 0 | 110110 | 10111100 | 1100010 | 10111 |
Color Harmonies of #016675
Complementary color
Monochromatic Colors of #016675
Black with #016675
Text Example
Text Example
White with #016675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016675; }
p { color: rgb(1,102,117); }
H1.HeaderClassName
{
color: #016675;
}
.AnyTagClassName
{
color: #016675;
}
</style>
background-color css
<style>
a { background-color: #016675; }
a { background-color: rgb(1,102,117); }
div.DivClassName
{
background-color: #016675;
}
.BgClassName
{
background-color: #016675;
}
</style>
border-color css
<style>
span { border-color: #016675; }
span { border-color: rgb(1,102,117); }
td.TdClassName
{
border-color: #016675;
}
.TagClassName
{
border-color: #016675;
}
</style>