Shades of Mosque #01575F
Tints of Mosque #01575F
RGB
CMYK
RGB Variations
Color information
#01575F (or 0x01575F) is known color: Mosque. HEX triplet: 01, 57 and 5F. RGB value is (1,87,95). Sum of RGB (Red+Green+Blue) = 1+87+95=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #01575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01575F is #FEA8A0. Grayscale: #3E3E3E. Windows color (decimal): -16689313 or 6248193. OLE color: 6248193.
HSL color Cylindrical-coordinate representation of color #01575F: hue angle of 185.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01575F is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 87 | 95 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.63 |
| HSL | 185.11º | 0.98% | 0.19% | - |
| HSV(B) | 185.11º | 0.99% | 0.37% | - |
| XYZ | 5.49 | 7.65 | 12.01 | - |
| YUV | 62.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 95 | 0.99 | 0.08 | 0 | 0.63 | 185.11 | 0.98 | 0.19 |
| Hex | 1 | 57 | 5F | 63 | 8 | 0 | 3F | B9 | 62 | 13 |
| Octal | 1 | 127 | 137 | 143 | 10 | 0 | 77 | 271 | 142 | 23 |
| Binary | 1 | 1010111 | 1011111 | 1100011 | 1000 | 0 | 111111 | 10111001 | 1100010 | 10011 |
Color Harmonies of #01575F
Complementary color
Monochromatic Colors of #01575F
Black with #01575F
Text Example
Text Example
White with #01575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01575F; }
p { color: rgb(1,87,95); }
H1.HeaderClassName
{
color: #01575F;
}
.AnyTagClassName
{
color: #01575F;
}
</style>
background-color css
<style>
a { background-color: #01575F; }
a { background-color: rgb(1,87,95); }
div.DivClassName
{
background-color: #01575F;
}
.BgClassName
{
background-color: #01575F;
}
</style>
border-color css
<style>
span { border-color: #01575F; }
span { border-color: rgb(1,87,95); }
td.TdClassName
{
border-color: #01575F;
}
.TagClassName
{
border-color: #01575F;
}
</style>