Shades of Blue Lagoon #016386
Tints of Blue Lagoon #016386
RGB
CMYK
RGB Variations
Color information
#016386 (or 0x016386) is known color: Blue Lagoon. HEX triplet: 01, 63 and 86. RGB value is (1,99,134). Sum of RGB (Red+Green+Blue) = 1+99+134=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #016386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016386 is #FE9C79. Grayscale: #494949. Windows color (decimal): -16686202 or 8807169. OLE color: 8807169.
HSL color Cylindrical-coordinate representation of color #016386: hue angle of 195.79º 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 #016386 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 99 | 134 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.47 |
| HSL | 195.79º | 0.99% | 0.26% | - |
| HSV(B) | 195.79º | 0.99% | 0.53% | - |
| XYZ | 8.78 | 10.65 | 24.15 | - |
| YUV | 73.69 | 162.03 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 134 | 0.99 | 0.26 | 0 | 0.47 | 195.79 | 0.99 | 0.26 |
| Hex | 1 | 63 | 86 | 63 | 1A | 0 | 2F | C4 | 63 | 1A |
| Octal | 1 | 143 | 206 | 143 | 32 | 0 | 57 | 304 | 143 | 32 |
| Binary | 1 | 1100011 | 10000110 | 1100011 | 11010 | 0 | 101111 | 11000100 | 1100011 | 11010 |
Color Harmonies of #016386
Complementary color
Monochromatic Colors of #016386
Black with #016386
Text Example
Text Example
White with #016386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016386; }
p { color: rgb(1,99,134); }
H1.HeaderClassName
{
color: #016386;
}
.AnyTagClassName
{
color: #016386;
}
</style>
background-color css
<style>
a { background-color: #016386; }
a { background-color: rgb(1,99,134); }
div.DivClassName
{
background-color: #016386;
}
.BgClassName
{
background-color: #016386;
}
</style>
border-color css
<style>
span { border-color: #016386; }
span { border-color: rgb(1,99,134); }
td.TdClassName
{
border-color: #016386;
}
.TagClassName
{
border-color: #016386;
}
</style>