Shades of Blue Lagoon #016787
Tints of Blue Lagoon #016787
RGB
CMYK
RGB Variations
Color information
#016787 (or 0x016787) is known color: Blue Lagoon. HEX triplet: 01, 67 and 87. RGB value is (1,103,135). Sum of RGB (Red+Green+Blue) = 1+103+135=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #016787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016787 is #FE9878. Grayscale: #4B4B4B. Windows color (decimal): -16685177 or 8873729. OLE color: 8873729.
HSL color Cylindrical-coordinate representation of color #016787: hue angle of 194.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016787 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 103 | 135 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.47 |
| HSL | 194.33º | 0.99% | 0.27% | - |
| HSV(B) | 194.33º | 0.99% | 0.53% | - |
| XYZ | 9.24 | 11.46 | 24.65 | - |
| YUV | 76.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 135 | 0.99 | 0.24 | 0 | 0.47 | 194.33 | 0.99 | 0.27 |
| Hex | 1 | 67 | 87 | 63 | 18 | 0 | 2F | C2 | 63 | 1B |
| Octal | 1 | 147 | 207 | 143 | 30 | 0 | 57 | 302 | 143 | 33 |
| Binary | 1 | 1100111 | 10000111 | 1100011 | 11000 | 0 | 101111 | 11000010 | 1100011 | 11011 |
Color Harmonies of #016787
Complementary color
Monochromatic Colors of #016787
Black with #016787
Text Example
Text Example
White with #016787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016787; }
p { color: rgb(1,103,135); }
H1.HeaderClassName
{
color: #016787;
}
.AnyTagClassName
{
color: #016787;
}
</style>
background-color css
<style>
a { background-color: #016787; }
a { background-color: rgb(1,103,135); }
div.DivClassName
{
background-color: #016787;
}
.BgClassName
{
background-color: #016787;
}
</style>
border-color css
<style>
span { border-color: #016787; }
span { border-color: rgb(1,103,135); }
td.TdClassName
{
border-color: #016787;
}
.TagClassName
{
border-color: #016787;
}
</style>