Shades of Blue Lagoon #01576D
Tints of Blue Lagoon #01576D
RGB
CMYK
RGB Variations
Color information
#01576D (or 0x01576D) is known color: Blue Lagoon. HEX triplet: 01, 57 and 6D. RGB value is (1,87,109). Sum of RGB (Red+Green+Blue) = 1+87+109=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #01576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01576D is #FEA892. Grayscale: #3F3F3F. Windows color (decimal): -16689299 or 7165697. OLE color: 7165697.
HSL color Cylindrical-coordinate representation of color #01576D: hue angle of 192.22º 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 #01576D is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 87 | 109 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.57 |
| HSL | 192.22º | 0.98% | 0.22% | - |
| HSV(B) | 192.22º | 0.99% | 0.43% | - |
| XYZ | 6.18 | 7.93 | 15.67 | - |
| YUV | 63.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 109 | 0.99 | 0.20 | 0 | 0.57 | 192.22 | 0.98 | 0.22 |
| Hex | 1 | 57 | 6D | 63 | 14 | 0 | 39 | C0 | 62 | 16 |
| Octal | 1 | 127 | 155 | 143 | 24 | 0 | 71 | 300 | 142 | 26 |
| Binary | 1 | 1010111 | 1101101 | 1100011 | 10100 | 0 | 111001 | 11000000 | 1100010 | 10110 |
Color Harmonies of #01576D
Complementary color
Monochromatic Colors of #01576D
Black with #01576D
Text Example
Text Example
White with #01576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01576D; }
p { color: rgb(1,87,109); }
H1.HeaderClassName
{
color: #01576D;
}
.AnyTagClassName
{
color: #01576D;
}
</style>
background-color css
<style>
a { background-color: #01576D; }
a { background-color: rgb(1,87,109); }
div.DivClassName
{
background-color: #01576D;
}
.BgClassName
{
background-color: #01576D;
}
</style>
border-color css
<style>
span { border-color: #01576D; }
span { border-color: rgb(1,87,109); }
td.TdClassName
{
border-color: #01576D;
}
.TagClassName
{
border-color: #01576D;
}
</style>