Shades of Mosque #01575C
Tints of Mosque #01575C
RGB
CMYK
RGB Variations
Color information
#01575C (or 0x01575C) is known color: Mosque. HEX triplet: 01, 57 and 5C. RGB value is (1,87,92). Sum of RGB (Red+Green+Blue) = 1+87+92=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #01575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01575C is #FEA8A3. Grayscale: #3D3D3D. Windows color (decimal): -16689316 or 6051585. OLE color: 6051585.
HSL color Cylindrical-coordinate representation of color #01575C: hue angle of 183.3º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01575C is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 87 | 92 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.64 |
| HSL | 183.3º | 0.98% | 0.18% | - |
| HSV(B) | 183.3º | 0.99% | 0.36% | - |
| XYZ | 5.35 | 7.6 | 11.31 | - |
| YUV | 61.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 92 | 0.99 | 0.05 | 0 | 0.64 | 183.3 | 0.98 | 0.18 |
| Hex | 1 | 57 | 5C | 63 | 5 | 0 | 40 | B7 | 62 | 12 |
| Octal | 1 | 127 | 134 | 143 | 5 | 0 | 100 | 267 | 142 | 22 |
| Binary | 1 | 1010111 | 1011100 | 1100011 | 101 | 0 | 1000000 | 10110111 | 1100010 | 10010 |
Color Harmonies of #01575C
Complementary color
Monochromatic Colors of #01575C
Black with #01575C
Text Example
Text Example
White with #01575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01575C; }
p { color: rgb(1,87,92); }
H1.HeaderClassName
{
color: #01575C;
}
.AnyTagClassName
{
color: #01575C;
}
</style>
background-color css
<style>
a { background-color: #01575C; }
a { background-color: rgb(1,87,92); }
div.DivClassName
{
background-color: #01575C;
}
.BgClassName
{
background-color: #01575C;
}
</style>
border-color css
<style>
span { border-color: #01575C; }
span { border-color: rgb(1,87,92); }
td.TdClassName
{
border-color: #01575C;
}
.TagClassName
{
border-color: #01575C;
}
</style>