Shades of Blue Lagoon #01576E
Tints of Blue Lagoon #01576E
RGB
CMYK
RGB Variations
Color information
#01576E (or 0x01576E) is known color: Blue Lagoon. HEX triplet: 01, 57 and 6E. RGB value is (1,87,110). Sum of RGB (Red+Green+Blue) = 1+87+110=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #01576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01576E is #FEA891. Grayscale: #3F3F3F. Windows color (decimal): -16689298 or 7231233. OLE color: 7231233.
HSL color Cylindrical-coordinate representation of color #01576E: hue angle of 192.66º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01576E is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 87 | 110 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.57 |
| HSL | 192.66º | 0.98% | 0.22% | - |
| HSV(B) | 192.66º | 0.99% | 0.43% | - |
| XYZ | 6.24 | 7.95 | 15.96 | - |
| YUV | 63.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 110 | 0.99 | 0.21 | 0 | 0.57 | 192.66 | 0.98 | 0.22 |
| Hex | 1 | 57 | 6E | 63 | 15 | 0 | 39 | C1 | 62 | 16 |
| Octal | 1 | 127 | 156 | 143 | 25 | 0 | 71 | 301 | 142 | 26 |
| Binary | 1 | 1010111 | 1101110 | 1100011 | 10101 | 0 | 111001 | 11000001 | 1100010 | 10110 |
Color Harmonies of #01576E
Complementary color
Monochromatic Colors of #01576E
Black with #01576E
Text Example
Text Example
White with #01576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01576E; }
p { color: rgb(1,87,110); }
H1.HeaderClassName
{
color: #01576E;
}
.AnyTagClassName
{
color: #01576E;
}
</style>
background-color css
<style>
a { background-color: #01576E; }
a { background-color: rgb(1,87,110); }
div.DivClassName
{
background-color: #01576E;
}
.BgClassName
{
background-color: #01576E;
}
</style>
border-color css
<style>
span { border-color: #01576E; }
span { border-color: rgb(1,87,110); }
td.TdClassName
{
border-color: #01576E;
}
.TagClassName
{
border-color: #01576E;
}
</style>