Shades of Blue Lagoon #015774
Tints of Blue Lagoon #015774
RGB
CMYK
RGB Variations
Color information
#015774 (or 0x015774) is known color: Blue Lagoon. HEX triplet: 01, 57 and 74. RGB value is (1,87,116). Sum of RGB (Red+Green+Blue) = 1+87+116=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #015774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015774 is #FEA88B. Grayscale: #404040. Windows color (decimal): -16689292 or 7624449. OLE color: 7624449.
HSL color Cylindrical-coordinate representation of color #015774: hue angle of 195.13º 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 #015774 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 87 | 116 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.55 |
| HSL | 195.13º | 0.98% | 0.23% | - |
| HSV(B) | 195.13º | 0.99% | 0.45% | - |
| XYZ | 6.57 | 8.08 | 17.74 | - |
| YUV | 64.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 116 | 0.99 | 0.25 | 0 | 0.55 | 195.13 | 0.98 | 0.23 |
| Hex | 1 | 57 | 74 | 63 | 19 | 0 | 37 | C3 | 62 | 17 |
| Octal | 1 | 127 | 164 | 143 | 31 | 0 | 67 | 303 | 142 | 27 |
| Binary | 1 | 1010111 | 1110100 | 1100011 | 11001 | 0 | 110111 | 11000011 | 1100010 | 10111 |
Color Harmonies of #015774
Complementary color
Monochromatic Colors of #015774
Black with #015774
Text Example
Text Example
White with #015774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015774; }
p { color: rgb(1,87,116); }
H1.HeaderClassName
{
color: #015774;
}
.AnyTagClassName
{
color: #015774;
}
</style>
background-color css
<style>
a { background-color: #015774; }
a { background-color: rgb(1,87,116); }
div.DivClassName
{
background-color: #015774;
}
.BgClassName
{
background-color: #015774;
}
</style>
border-color css
<style>
span { border-color: #015774; }
span { border-color: rgb(1,87,116); }
td.TdClassName
{
border-color: #015774;
}
.TagClassName
{
border-color: #015774;
}
</style>