Shades of Blue Lagoon #016775
Tints of Blue Lagoon #016775
RGB
CMYK
RGB Variations
Color information
#016775 (or 0x016775) is known color: Blue Lagoon. HEX triplet: 01, 67 and 75. RGB value is (1,103,117). Sum of RGB (Red+Green+Blue) = 1+103+117=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #016775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016775 is #FE988A. Grayscale: #494949. Windows color (decimal): -16685195 or 7694081. OLE color: 7694081.
HSL color Cylindrical-coordinate representation of color #016775: hue angle of 187.24º 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 #016775 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 103 | 117 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.54 |
| HSL | 187.24º | 0.98% | 0.23% | - |
| HSV(B) | 187.24º | 0.99% | 0.46% | - |
| XYZ | 8.07 | 10.99 | 18.53 | - |
| YUV | 74.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 117 | 0.99 | 0.12 | 0 | 0.54 | 187.24 | 0.98 | 0.23 |
| Hex | 1 | 67 | 75 | 63 | C | 0 | 36 | BB | 62 | 17 |
| Octal | 1 | 147 | 165 | 143 | 14 | 0 | 66 | 273 | 142 | 27 |
| Binary | 1 | 1100111 | 1110101 | 1100011 | 1100 | 0 | 110110 | 10111011 | 1100010 | 10111 |
Color Harmonies of #016775
Complementary color
Monochromatic Colors of #016775
Black with #016775
Text Example
Text Example
White with #016775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016775; }
p { color: rgb(1,103,117); }
H1.HeaderClassName
{
color: #016775;
}
.AnyTagClassName
{
color: #016775;
}
</style>
background-color css
<style>
a { background-color: #016775; }
a { background-color: rgb(1,103,117); }
div.DivClassName
{
background-color: #016775;
}
.BgClassName
{
background-color: #016775;
}
</style>
border-color css
<style>
span { border-color: #016775; }
span { border-color: rgb(1,103,117); }
td.TdClassName
{
border-color: #016775;
}
.TagClassName
{
border-color: #016775;
}
</style>