Shades of Blue Lagoon #016881
Tints of Blue Lagoon #016881
RGB
CMYK
RGB Variations
Color information
#016881 (or 0x016881) is known color: Blue Lagoon. HEX triplet: 01, 68 and 81. RGB value is (1,104,129). Sum of RGB (Red+Green+Blue) = 1+104+129=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #016881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016881 is #FE977E. Grayscale: #4B4B4B. Windows color (decimal): -16684927 or 8480769. OLE color: 8480769.
HSL color Cylindrical-coordinate representation of color #016881: hue angle of 191.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016881 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 104 | 129 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.49 |
| HSL | 191.72º | 0.98% | 0.25% | - |
| HSV(B) | 191.72º | 0.99% | 0.51% | - |
| XYZ | 8.93 | 11.49 | 22.52 | - |
| YUV | 76.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 129 | 0.99 | 0.19 | 0 | 0.49 | 191.72 | 0.98 | 0.25 |
| Hex | 1 | 68 | 81 | 63 | 13 | 0 | 31 | C0 | 62 | 19 |
| Octal | 1 | 150 | 201 | 143 | 23 | 0 | 61 | 300 | 142 | 31 |
| Binary | 1 | 1101000 | 10000001 | 1100011 | 10011 | 0 | 110001 | 11000000 | 1100010 | 11001 |
Color Harmonies of #016881
Complementary color
Monochromatic Colors of #016881
Black with #016881
Text Example
Text Example
White with #016881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016881; }
p { color: rgb(1,104,129); }
H1.HeaderClassName
{
color: #016881;
}
.AnyTagClassName
{
color: #016881;
}
</style>
background-color css
<style>
a { background-color: #016881; }
a { background-color: rgb(1,104,129); }
div.DivClassName
{
background-color: #016881;
}
.BgClassName
{
background-color: #016881;
}
</style>
border-color css
<style>
span { border-color: #016881; }
span { border-color: rgb(1,104,129); }
td.TdClassName
{
border-color: #016881;
}
.TagClassName
{
border-color: #016881;
}
</style>