Shades of Blue Lagoon #016978
Tints of Blue Lagoon #016978
RGB
CMYK
RGB Variations
Color information
#016978 (or 0x016978) is known color: Blue Lagoon. HEX triplet: 01, 69 and 78. RGB value is (1,105,120). Sum of RGB (Red+Green+Blue) = 1+105+120=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #016978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016978 is #FE9687. Grayscale: #4B4B4B. Windows color (decimal): -16684680 or 7891201. OLE color: 7891201.
HSL color Cylindrical-coordinate representation of color #016978: hue angle of 187.56º 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 #016978 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 105 | 120 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.53 |
| HSL | 187.56º | 0.98% | 0.24% | - |
| HSV(B) | 187.56º | 0.99% | 0.47% | - |
| XYZ | 8.45 | 11.47 | 19.54 | - |
| YUV | 75.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 120 | 0.99 | 0.13 | 0 | 0.53 | 187.56 | 0.98 | 0.24 |
| Hex | 1 | 69 | 78 | 63 | D | 0 | 35 | BC | 62 | 18 |
| Octal | 1 | 151 | 170 | 143 | 15 | 0 | 65 | 274 | 142 | 30 |
| Binary | 1 | 1101001 | 1111000 | 1100011 | 1101 | 0 | 110101 | 10111100 | 1100010 | 11000 |
Color Harmonies of #016978
Complementary color
Monochromatic Colors of #016978
Black with #016978
Text Example
Text Example
White with #016978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016978; }
p { color: rgb(1,105,120); }
H1.HeaderClassName
{
color: #016978;
}
.AnyTagClassName
{
color: #016978;
}
</style>
background-color css
<style>
a { background-color: #016978; }
a { background-color: rgb(1,105,120); }
div.DivClassName
{
background-color: #016978;
}
.BgClassName
{
background-color: #016978;
}
</style>
border-color css
<style>
span { border-color: #016978; }
span { border-color: rgb(1,105,120); }
td.TdClassName
{
border-color: #016978;
}
.TagClassName
{
border-color: #016978;
}
</style>