Shades of Blue Lagoon #01576C
Tints of Blue Lagoon #01576C
RGB
CMYK
RGB Variations
Color information
#01576C (or 0x01576C) is known color: Blue Lagoon. HEX triplet: 01, 57 and 6C. RGB value is (1,87,108). Sum of RGB (Red+Green+Blue) = 1+87+108=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #01576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01576C is #FEA893. Grayscale: #3F3F3F. Windows color (decimal): -16689300 or 7100161. OLE color: 7100161.
HSL color Cylindrical-coordinate representation of color #01576C: hue angle of 191.78º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01576C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 87 | 108 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.58 |
| HSL | 191.78º | 0.98% | 0.21% | - |
| HSV(B) | 191.78º | 0.99% | 0.42% | - |
| XYZ | 6.13 | 7.91 | 15.39 | - |
| YUV | 63.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 108 | 0.99 | 0.19 | 0 | 0.58 | 191.78 | 0.98 | 0.21 |
| Hex | 1 | 57 | 6C | 63 | 13 | 0 | 3A | C0 | 62 | 15 |
| Octal | 1 | 127 | 154 | 143 | 23 | 0 | 72 | 300 | 142 | 25 |
| Binary | 1 | 1010111 | 1101100 | 1100011 | 10011 | 0 | 111010 | 11000000 | 1100010 | 10101 |
Color Harmonies of #01576C
Complementary color
Monochromatic Colors of #01576C
Black with #01576C
Text Example
Text Example
White with #01576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01576C; }
p { color: rgb(1,87,108); }
H1.HeaderClassName
{
color: #01576C;
}
.AnyTagClassName
{
color: #01576C;
}
</style>
background-color css
<style>
a { background-color: #01576C; }
a { background-color: rgb(1,87,108); }
div.DivClassName
{
background-color: #01576C;
}
.BgClassName
{
background-color: #01576C;
}
</style>
border-color css
<style>
span { border-color: #01576C; }
span { border-color: rgb(1,87,108); }
td.TdClassName
{
border-color: #01576C;
}
.TagClassName
{
border-color: #01576C;
}
</style>