Shades of Blue Lagoon #015870
Tints of Blue Lagoon #015870
RGB
CMYK
RGB Variations
Color information
#015870 (or 0x015870) is known color: Blue Lagoon. HEX triplet: 01, 58 and 70. RGB value is (1,88,112). Sum of RGB (Red+Green+Blue) = 1+88+112=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #015870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015870 is #FEA78F. Grayscale: #404040. Windows color (decimal): -16689040 or 7362561. OLE color: 7362561.
HSL color Cylindrical-coordinate representation of color #015870: hue angle of 192.97º 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 #015870 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 88 | 112 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.56 |
| HSL | 192.97º | 0.98% | 0.22% | - |
| HSV(B) | 192.97º | 0.99% | 0.44% | - |
| XYZ | 6.43 | 8.16 | 16.56 | - |
| YUV | 64.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 112 | 0.99 | 0.21 | 0 | 0.56 | 192.97 | 0.98 | 0.22 |
| Hex | 1 | 58 | 70 | 63 | 15 | 0 | 38 | C1 | 62 | 16 |
| Octal | 1 | 130 | 160 | 143 | 25 | 0 | 70 | 301 | 142 | 26 |
| Binary | 1 | 1011000 | 1110000 | 1100011 | 10101 | 0 | 111000 | 11000001 | 1100010 | 10110 |
Color Harmonies of #015870
Complementary color
Monochromatic Colors of #015870
Black with #015870
Text Example
Text Example
White with #015870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015870; }
p { color: rgb(1,88,112); }
H1.HeaderClassName
{
color: #015870;
}
.AnyTagClassName
{
color: #015870;
}
</style>
background-color css
<style>
a { background-color: #015870; }
a { background-color: rgb(1,88,112); }
div.DivClassName
{
background-color: #015870;
}
.BgClassName
{
background-color: #015870;
}
</style>
border-color css
<style>
span { border-color: #015870; }
span { border-color: rgb(1,88,112); }
td.TdClassName
{
border-color: #015870;
}
.TagClassName
{
border-color: #015870;
}
</style>