Shades of Blue Lagoon #015764
Tints of Blue Lagoon #015764
RGB
CMYK
RGB Variations
Color information
#015764 (or 0x015764) is known color: Blue Lagoon. HEX triplet: 01, 57 and 64. RGB value is (1,87,100). Sum of RGB (Red+Green+Blue) = 1+87+100=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #015764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015764 is #FEA89B. Grayscale: #3E3E3E. Windows color (decimal): -16689308 or 6575873. OLE color: 6575873.
HSL color Cylindrical-coordinate representation of color #015764: hue angle of 187.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015764 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 87 | 100 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.61 |
| HSL | 187.88º | 0.98% | 0.2% | - |
| HSV(B) | 187.88º | 0.99% | 0.39% | - |
| XYZ | 5.72 | 7.74 | 13.25 | - |
| YUV | 62.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 100 | 0.99 | 0.13 | 0 | 0.61 | 187.88 | 0.98 | 0.2 |
| Hex | 1 | 57 | 64 | 63 | D | 0 | 3D | BC | 62 | 14 |
| Octal | 1 | 127 | 144 | 143 | 15 | 0 | 75 | 274 | 142 | 24 |
| Binary | 1 | 1010111 | 1100100 | 1100011 | 1101 | 0 | 111101 | 10111100 | 1100010 | 10100 |
Color Harmonies of #015764
Complementary color
Monochromatic Colors of #015764
Black with #015764
Text Example
Text Example
White with #015764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015764; }
p { color: rgb(1,87,100); }
H1.HeaderClassName
{
color: #015764;
}
.AnyTagClassName
{
color: #015764;
}
</style>
background-color css
<style>
a { background-color: #015764; }
a { background-color: rgb(1,87,100); }
div.DivClassName
{
background-color: #015764;
}
.BgClassName
{
background-color: #015764;
}
</style>
border-color css
<style>
span { border-color: #015764; }
span { border-color: rgb(1,87,100); }
td.TdClassName
{
border-color: #015764;
}
.TagClassName
{
border-color: #015764;
}
</style>