Shades of Blue Lagoon #015763
Tints of Blue Lagoon #015763
RGB
CMYK
RGB Variations
Color information
#015763 (or 0x015763) is known color: Blue Lagoon. HEX triplet: 01, 57 and 63. RGB value is (1,87,99). Sum of RGB (Red+Green+Blue) = 1+87+99=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #015763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015763 is #FEA89C. Grayscale: #3E3E3E. Windows color (decimal): -16689309 or 6510337. OLE color: 6510337.
HSL color Cylindrical-coordinate representation of color #015763: hue angle of 187.35º 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 #015763 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 87 | 99 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.61 |
| HSL | 187.35º | 0.98% | 0.2% | - |
| HSV(B) | 187.35º | 0.99% | 0.39% | - |
| XYZ | 5.67 | 7.72 | 13 | - |
| YUV | 62.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 99 | 0.99 | 0.12 | 0 | 0.61 | 187.35 | 0.98 | 0.2 |
| Hex | 1 | 57 | 63 | 63 | C | 0 | 3D | BB | 62 | 14 |
| Octal | 1 | 127 | 143 | 143 | 14 | 0 | 75 | 273 | 142 | 24 |
| Binary | 1 | 1010111 | 1100011 | 1100011 | 1100 | 0 | 111101 | 10111011 | 1100010 | 10100 |
Color Harmonies of #015763
Complementary color
Monochromatic Colors of #015763
Black with #015763
Text Example
Text Example
White with #015763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015763; }
p { color: rgb(1,87,99); }
H1.HeaderClassName
{
color: #015763;
}
.AnyTagClassName
{
color: #015763;
}
</style>
background-color css
<style>
a { background-color: #015763; }
a { background-color: rgb(1,87,99); }
div.DivClassName
{
background-color: #015763;
}
.BgClassName
{
background-color: #015763;
}
</style>
border-color css
<style>
span { border-color: #015763; }
span { border-color: rgb(1,87,99); }
td.TdClassName
{
border-color: #015763;
}
.TagClassName
{
border-color: #015763;
}
</style>