Shades of Blue Lagoon #015574
Tints of Blue Lagoon #015574
RGB
CMYK
RGB Variations
Color information
#015574 (or 0x015574) is known color: Blue Lagoon. HEX triplet: 01, 55 and 74. RGB value is (1,85,116). Sum of RGB (Red+Green+Blue) = 1+85+116=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #015574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015574 is #FEAA8B. Grayscale: #3F3F3F. Windows color (decimal): -16689804 or 7623937. OLE color: 7623937.
HSL color Cylindrical-coordinate representation of color #015574: hue angle of 196.17º 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 #015574 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 85 | 116 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.55 |
| HSL | 196.17º | 0.98% | 0.23% | - |
| HSV(B) | 196.17º | 0.99% | 0.45% | - |
| XYZ | 6.41 | 7.76 | 17.68 | - |
| YUV | 63.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 116 | 0.99 | 0.27 | 0 | 0.55 | 196.17 | 0.98 | 0.23 |
| Hex | 1 | 55 | 74 | 63 | 1B | 0 | 37 | C4 | 62 | 17 |
| Octal | 1 | 125 | 164 | 143 | 33 | 0 | 67 | 304 | 142 | 27 |
| Binary | 1 | 1010101 | 1110100 | 1100011 | 11011 | 0 | 110111 | 11000100 | 1100010 | 10111 |
Color Harmonies of #015574
Complementary color
Monochromatic Colors of #015574
Black with #015574
Text Example
Text Example
White with #015574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015574; }
p { color: rgb(1,85,116); }
H1.HeaderClassName
{
color: #015574;
}
.AnyTagClassName
{
color: #015574;
}
</style>
background-color css
<style>
a { background-color: #015574; }
a { background-color: rgb(1,85,116); }
div.DivClassName
{
background-color: #015574;
}
.BgClassName
{
background-color: #015574;
}
</style>
border-color css
<style>
span { border-color: #015574; }
span { border-color: rgb(1,85,116); }
td.TdClassName
{
border-color: #015574;
}
.TagClassName
{
border-color: #015574;
}
</style>