Shades of Blue Lagoon #016874
Tints of Blue Lagoon #016874
RGB
CMYK
RGB Variations
Color information
#016874 (or 0x016874) is known color: Blue Lagoon. HEX triplet: 01, 68 and 74. RGB value is (1,104,116). Sum of RGB (Red+Green+Blue) = 1+104+116=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #016874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016874 is #FE978B. Grayscale: #4A4A4A. Windows color (decimal): -16684940 or 7628801. OLE color: 7628801.
HSL color Cylindrical-coordinate representation of color #016874: hue angle of 186.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016874 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 104 | 116 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.55 |
| HSL | 186.26º | 0.98% | 0.23% | - |
| HSV(B) | 186.26º | 0.99% | 0.45% | - |
| XYZ | 8.12 | 11.17 | 18.25 | - |
| YUV | 74.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 116 | 0.99 | 0.10 | 0 | 0.55 | 186.26 | 0.98 | 0.23 |
| Hex | 1 | 68 | 74 | 63 | A | 0 | 37 | BA | 62 | 17 |
| Octal | 1 | 150 | 164 | 143 | 12 | 0 | 67 | 272 | 142 | 27 |
| Binary | 1 | 1101000 | 1110100 | 1100011 | 1010 | 0 | 110111 | 10111010 | 1100010 | 10111 |
Color Harmonies of #016874
Complementary color
Monochromatic Colors of #016874
Black with #016874
Text Example
Text Example
White with #016874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016874; }
p { color: rgb(1,104,116); }
H1.HeaderClassName
{
color: #016874;
}
.AnyTagClassName
{
color: #016874;
}
</style>
background-color css
<style>
a { background-color: #016874; }
a { background-color: rgb(1,104,116); }
div.DivClassName
{
background-color: #016874;
}
.BgClassName
{
background-color: #016874;
}
</style>
border-color css
<style>
span { border-color: #016874; }
span { border-color: rgb(1,104,116); }
td.TdClassName
{
border-color: #016874;
}
.TagClassName
{
border-color: #016874;
}
</style>