Shades of Blue Lagoon #015572
Tints of Blue Lagoon #015572
RGB
CMYK
RGB Variations
Color information
#015572 (or 0x015572) is known color: Blue Lagoon. HEX triplet: 01, 55 and 72. RGB value is (1,85,114). Sum of RGB (Red+Green+Blue) = 1+85+114=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #015572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015572 is #FEAA8D. Grayscale: #3E3E3E. Windows color (decimal): -16689806 or 7492865. OLE color: 7492865.
HSL color Cylindrical-coordinate representation of color #015572: hue angle of 195.4º 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 #015572 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 85 | 114 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.55 |
| HSL | 195.4º | 0.98% | 0.23% | - |
| HSV(B) | 195.4º | 0.99% | 0.45% | - |
| XYZ | 6.3 | 7.72 | 17.08 | - |
| YUV | 63.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 114 | 0.99 | 0.25 | 0 | 0.55 | 195.4 | 0.98 | 0.23 |
| Hex | 1 | 55 | 72 | 63 | 19 | 0 | 37 | C3 | 62 | 17 |
| Octal | 1 | 125 | 162 | 143 | 31 | 0 | 67 | 303 | 142 | 27 |
| Binary | 1 | 1010101 | 1110010 | 1100011 | 11001 | 0 | 110111 | 11000011 | 1100010 | 10111 |
Color Harmonies of #015572
Complementary color
Monochromatic Colors of #015572
Black with #015572
Text Example
Text Example
White with #015572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015572; }
p { color: rgb(1,85,114); }
H1.HeaderClassName
{
color: #015572;
}
.AnyTagClassName
{
color: #015572;
}
</style>
background-color css
<style>
a { background-color: #015572; }
a { background-color: rgb(1,85,114); }
div.DivClassName
{
background-color: #015572;
}
.BgClassName
{
background-color: #015572;
}
</style>
border-color css
<style>
span { border-color: #015572; }
span { border-color: rgb(1,85,114); }
td.TdClassName
{
border-color: #015572;
}
.TagClassName
{
border-color: #015572;
}
</style>