Shades of Blue Lagoon #015773
Tints of Blue Lagoon #015773
RGB
CMYK
RGB Variations
Color information
#015773 (or 0x015773) is known color: Blue Lagoon. HEX triplet: 01, 57 and 73. RGB value is (1,87,115). Sum of RGB (Red+Green+Blue) = 1+87+115=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #015773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015773 is #FEA88C. Grayscale: #404040. Windows color (decimal): -16689293 or 7558913. OLE color: 7558913.
HSL color Cylindrical-coordinate representation of color #015773: hue angle of 194.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015773 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 87 | 115 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.55 |
| HSL | 194.74º | 0.98% | 0.23% | - |
| HSV(B) | 194.74º | 0.99% | 0.45% | - |
| XYZ | 6.52 | 8.06 | 17.43 | - |
| YUV | 64.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 115 | 0.99 | 0.24 | 0 | 0.55 | 194.74 | 0.98 | 0.23 |
| Hex | 1 | 57 | 73 | 63 | 18 | 0 | 37 | C3 | 62 | 17 |
| Octal | 1 | 127 | 163 | 143 | 30 | 0 | 67 | 303 | 142 | 27 |
| Binary | 1 | 1010111 | 1110011 | 1100011 | 11000 | 0 | 110111 | 11000011 | 1100010 | 10111 |
Color Harmonies of #015773
Complementary color
Monochromatic Colors of #015773
Black with #015773
Text Example
Text Example
White with #015773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015773; }
p { color: rgb(1,87,115); }
H1.HeaderClassName
{
color: #015773;
}
.AnyTagClassName
{
color: #015773;
}
</style>
background-color css
<style>
a { background-color: #015773; }
a { background-color: rgb(1,87,115); }
div.DivClassName
{
background-color: #015773;
}
.BgClassName
{
background-color: #015773;
}
</style>
border-color css
<style>
span { border-color: #015773; }
span { border-color: rgb(1,87,115); }
td.TdClassName
{
border-color: #015773;
}
.TagClassName
{
border-color: #015773;
}
</style>