Shades of Blue Lagoon #015671
Tints of Blue Lagoon #015671
RGB
CMYK
RGB Variations
Color information
#015671 (or 0x015671) is known color: Blue Lagoon. HEX triplet: 01, 56 and 71. RGB value is (1,86,113). Sum of RGB (Red+Green+Blue) = 1+86+113=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #015671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015671 is #FEA98E. Grayscale: #3F3F3F. Windows color (decimal): -16689551 or 7427585. OLE color: 7427585.
HSL color Cylindrical-coordinate representation of color #015671: hue angle of 194.46º 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 #015671 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 86 | 113 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.56 |
| HSL | 194.46º | 0.98% | 0.22% | - |
| HSV(B) | 194.46º | 0.99% | 0.44% | - |
| XYZ | 6.32 | 7.85 | 16.81 | - |
| YUV | 63.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 113 | 0.99 | 0.24 | 0 | 0.56 | 194.46 | 0.98 | 0.22 |
| Hex | 1 | 56 | 71 | 63 | 18 | 0 | 38 | C2 | 62 | 16 |
| Octal | 1 | 126 | 161 | 143 | 30 | 0 | 70 | 302 | 142 | 26 |
| Binary | 1 | 1010110 | 1110001 | 1100011 | 11000 | 0 | 111000 | 11000010 | 1100010 | 10110 |
Color Harmonies of #015671
Complementary color
Monochromatic Colors of #015671
Black with #015671
Text Example
Text Example
White with #015671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015671; }
p { color: rgb(1,86,113); }
H1.HeaderClassName
{
color: #015671;
}
.AnyTagClassName
{
color: #015671;
}
</style>
background-color css
<style>
a { background-color: #015671; }
a { background-color: rgb(1,86,113); }
div.DivClassName
{
background-color: #015671;
}
.BgClassName
{
background-color: #015671;
}
</style>
border-color css
<style>
span { border-color: #015671; }
span { border-color: rgb(1,86,113); }
td.TdClassName
{
border-color: #015671;
}
.TagClassName
{
border-color: #015671;
}
</style>