Shades of Blue Lagoon #015770
Tints of Blue Lagoon #015770
RGB
CMYK
RGB Variations
Color information
#015770 (or 0x015770) is known color: Blue Lagoon. HEX triplet: 01, 57 and 70. RGB value is (1,87,112). Sum of RGB (Red+Green+Blue) = 1+87+112=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #015770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015770 is #FEA88F. Grayscale: #3F3F3F. Windows color (decimal): -16689296 or 7362305. OLE color: 7362305.
HSL color Cylindrical-coordinate representation of color #015770: hue angle of 193.51º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015770 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 87 | 112 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.56 |
| HSL | 193.51º | 0.98% | 0.22% | - |
| HSV(B) | 193.51º | 0.99% | 0.44% | - |
| XYZ | 6.35 | 7.99 | 16.54 | - |
| YUV | 64.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 112 | 0.99 | 0.22 | 0 | 0.56 | 193.51 | 0.98 | 0.22 |
| Hex | 1 | 57 | 70 | 63 | 16 | 0 | 38 | C2 | 62 | 16 |
| Octal | 1 | 127 | 160 | 143 | 26 | 0 | 70 | 302 | 142 | 26 |
| Binary | 1 | 1010111 | 1110000 | 1100011 | 10110 | 0 | 111000 | 11000010 | 1100010 | 10110 |
Color Harmonies of #015770
Complementary color
Monochromatic Colors of #015770
Black with #015770
Text Example
Text Example
White with #015770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015770; }
p { color: rgb(1,87,112); }
H1.HeaderClassName
{
color: #015770;
}
.AnyTagClassName
{
color: #015770;
}
</style>
background-color css
<style>
a { background-color: #015770; }
a { background-color: rgb(1,87,112); }
div.DivClassName
{
background-color: #015770;
}
.BgClassName
{
background-color: #015770;
}
</style>
border-color css
<style>
span { border-color: #015770; }
span { border-color: rgb(1,87,112); }
td.TdClassName
{
border-color: #015770;
}
.TagClassName
{
border-color: #015770;
}
</style>