Shades of Blue Lagoon #016275
Tints of Blue Lagoon #016275
RGB
CMYK
RGB Variations
Color information
#016275 (or 0x016275) is known color: Blue Lagoon. HEX triplet: 01, 62 and 75. RGB value is (1,98,117). Sum of RGB (Red+Green+Blue) = 1+98+117=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #016275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016275 is #FE9D8A. Grayscale: #464646. Windows color (decimal): -16686475 or 7692801. OLE color: 7692801.
HSL color Cylindrical-coordinate representation of color #016275: hue angle of 189.83º 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 #016275 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 98 | 117 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.54 |
| HSL | 189.83º | 0.98% | 0.23% | - |
| HSV(B) | 189.83º | 0.99% | 0.46% | - |
| XYZ | 7.59 | 10.03 | 18.36 | - |
| YUV | 71.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 117 | 0.99 | 0.16 | 0 | 0.54 | 189.83 | 0.98 | 0.23 |
| Hex | 1 | 62 | 75 | 63 | 10 | 0 | 36 | BE | 62 | 17 |
| Octal | 1 | 142 | 165 | 143 | 20 | 0 | 66 | 276 | 142 | 27 |
| Binary | 1 | 1100010 | 1110101 | 1100011 | 10000 | 0 | 110110 | 10111110 | 1100010 | 10111 |
Color Harmonies of #016275
Complementary color
Monochromatic Colors of #016275
Black with #016275
Text Example
Text Example
White with #016275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016275; }
p { color: rgb(1,98,117); }
H1.HeaderClassName
{
color: #016275;
}
.AnyTagClassName
{
color: #016275;
}
</style>
background-color css
<style>
a { background-color: #016275; }
a { background-color: rgb(1,98,117); }
div.DivClassName
{
background-color: #016275;
}
.BgClassName
{
background-color: #016275;
}
</style>
border-color css
<style>
span { border-color: #016275; }
span { border-color: rgb(1,98,117); }
td.TdClassName
{
border-color: #016275;
}
.TagClassName
{
border-color: #016275;
}
</style>