Shades of Blue Lagoon #015878
Tints of Blue Lagoon #015878
RGB
CMYK
RGB Variations
Color information
#015878 (or 0x015878) is known color: Blue Lagoon. HEX triplet: 01, 58 and 78. RGB value is (1,88,120). Sum of RGB (Red+Green+Blue) = 1+88+120=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #015878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015878 is #FEA787. Grayscale: #414141. Windows color (decimal): -16689032 or 7886849. OLE color: 7886849.
HSL color Cylindrical-coordinate representation of color #015878: hue angle of 196.13º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015878 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 88 | 120 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.53 |
| HSL | 196.13º | 0.98% | 0.24% | - |
| HSV(B) | 196.13º | 0.99% | 0.47% | - |
| XYZ | 6.89 | 8.34 | 19.02 | - |
| YUV | 65.64 | 158.68 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 120 | 0.99 | 0.27 | 0 | 0.53 | 196.13 | 0.98 | 0.24 |
| Hex | 1 | 58 | 78 | 63 | 1B | 0 | 35 | C4 | 62 | 18 |
| Octal | 1 | 130 | 170 | 143 | 33 | 0 | 65 | 304 | 142 | 30 |
| Binary | 1 | 1011000 | 1111000 | 1100011 | 11011 | 0 | 110101 | 11000100 | 1100010 | 11000 |
Color Harmonies of #015878
Complementary color
Monochromatic Colors of #015878
Black with #015878
Text Example
Text Example
White with #015878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015878; }
p { color: rgb(1,88,120); }
H1.HeaderClassName
{
color: #015878;
}
.AnyTagClassName
{
color: #015878;
}
</style>
background-color css
<style>
a { background-color: #015878; }
a { background-color: rgb(1,88,120); }
div.DivClassName
{
background-color: #015878;
}
.BgClassName
{
background-color: #015878;
}
</style>
border-color css
<style>
span { border-color: #015878; }
span { border-color: rgb(1,88,120); }
td.TdClassName
{
border-color: #015878;
}
.TagClassName
{
border-color: #015878;
}
</style>