Shades of Blue Lagoon #016286
Tints of Blue Lagoon #016286
RGB
CMYK
RGB Variations
Color information
#016286 (or 0x016286) is known color: Blue Lagoon. HEX triplet: 01, 62 and 86. RGB value is (1,98,134). Sum of RGB (Red+Green+Blue) = 1+98+134=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #016286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016286 is #FE9D79. Grayscale: #484848. Windows color (decimal): -16686458 or 8806913. OLE color: 8806913.
HSL color Cylindrical-coordinate representation of color #016286: hue angle of 196.24º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016286 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 98 | 134 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.47 |
| HSL | 196.24º | 0.99% | 0.26% | - |
| HSV(B) | 196.24º | 0.99% | 0.53% | - |
| XYZ | 8.68 | 10.46 | 24.12 | - |
| YUV | 73.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 134 | 0.99 | 0.27 | 0 | 0.47 | 196.24 | 0.99 | 0.26 |
| Hex | 1 | 62 | 86 | 63 | 1B | 0 | 2F | C4 | 63 | 1A |
| Octal | 1 | 142 | 206 | 143 | 33 | 0 | 57 | 304 | 143 | 32 |
| Binary | 1 | 1100010 | 10000110 | 1100011 | 11011 | 0 | 101111 | 11000100 | 1100011 | 11010 |
Color Harmonies of #016286
Complementary color
Monochromatic Colors of #016286
Black with #016286
Text Example
Text Example
White with #016286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016286; }
p { color: rgb(1,98,134); }
H1.HeaderClassName
{
color: #016286;
}
.AnyTagClassName
{
color: #016286;
}
</style>
background-color css
<style>
a { background-color: #016286; }
a { background-color: rgb(1,98,134); }
div.DivClassName
{
background-color: #016286;
}
.BgClassName
{
background-color: #016286;
}
</style>
border-color css
<style>
span { border-color: #016286; }
span { border-color: rgb(1,98,134); }
td.TdClassName
{
border-color: #016286;
}
.TagClassName
{
border-color: #016286;
}
</style>