Shades of Blue Lagoon #016379
Tints of Blue Lagoon #016379
RGB
CMYK
RGB Variations
Color information
#016379 (or 0x016379) is known color: Blue Lagoon. HEX triplet: 01, 63 and 79. RGB value is (1,99,121). Sum of RGB (Red+Green+Blue) = 1+99+121=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #016379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016379 is #FE9C86. Grayscale: #484848. Windows color (decimal): -16686215 or 7955201. OLE color: 7955201.
HSL color Cylindrical-coordinate representation of color #016379: hue angle of 191º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016379 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 99 | 121 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.53 |
| HSL | 191º | 0.98% | 0.24% | - |
| HSV(B) | 191º | 0.99% | 0.47% | - |
| XYZ | 7.93 | 10.31 | 19.66 | - |
| YUV | 72.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 121 | 0.99 | 0.18 | 0 | 0.53 | 191 | 0.98 | 0.24 |
| Hex | 1 | 63 | 79 | 63 | 12 | 0 | 35 | BF | 62 | 18 |
| Octal | 1 | 143 | 171 | 143 | 22 | 0 | 65 | 277 | 142 | 30 |
| Binary | 1 | 1100011 | 1111001 | 1100011 | 10010 | 0 | 110101 | 10111111 | 1100010 | 11000 |
Color Harmonies of #016379
Complementary color
Monochromatic Colors of #016379
Black with #016379
Text Example
Text Example
White with #016379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016379; }
p { color: rgb(1,99,121); }
H1.HeaderClassName
{
color: #016379;
}
.AnyTagClassName
{
color: #016379;
}
</style>
background-color css
<style>
a { background-color: #016379; }
a { background-color: rgb(1,99,121); }
div.DivClassName
{
background-color: #016379;
}
.BgClassName
{
background-color: #016379;
}
</style>
border-color css
<style>
span { border-color: #016379; }
span { border-color: rgb(1,99,121); }
td.TdClassName
{
border-color: #016379;
}
.TagClassName
{
border-color: #016379;
}
</style>