Shades of Mosque #015E4D
Tints of Mosque #015E4D
RGB
CMYK
RGB Variations
Color information
#015E4D (or 0x015E4D) is known color: Mosque. HEX triplet: 01, 5E and 4D. RGB value is (1,94,77). Sum of RGB (Red+Green+Blue) = 1+94+77=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 94 (37.11% from 255 or 54.65% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 94 - color contains mainly: green. Hex color #015E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E4D is #FEA1B2. Grayscale: #404040. Windows color (decimal): -16687539 or 5070337. OLE color: 5070337.
HSL color Cylindrical-coordinate representation of color #015E4D: hue angle of 169.03º 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 #015E4D is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 77 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.63 |
| HSL | 169.03º | 0.98% | 0.19% | - |
| HSV(B) | 169.03º | 0.99% | 0.37% | - |
| XYZ | 5.35 | 8.55 | 8.39 | - |
| YUV | 64.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 77 | 0.99 | 0 | 0.18 | 0.63 | 169.03 | 0.98 | 0.19 |
| Hex | 1 | 5E | 4D | 63 | 0 | 12 | 3F | A9 | 62 | 13 |
| Octal | 1 | 136 | 115 | 143 | 0 | 22 | 77 | 251 | 142 | 23 |
| Binary | 1 | 1011110 | 1001101 | 1100011 | 0 | 10010 | 111111 | 10101001 | 1100010 | 10011 |
Color Harmonies of #015E4D
Complementary color
Monochromatic Colors of #015E4D
Black with #015E4D
Text Example
Text Example
White with #015E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E4D; }
p { color: rgb(1,94,77); }
H1.HeaderClassName
{
color: #015E4D;
}
.AnyTagClassName
{
color: #015E4D;
}
</style>
background-color css
<style>
a { background-color: #015E4D; }
a { background-color: rgb(1,94,77); }
div.DivClassName
{
background-color: #015E4D;
}
.BgClassName
{
background-color: #015E4D;
}
</style>
border-color css
<style>
span { border-color: #015E4D; }
span { border-color: rgb(1,94,77); }
td.TdClassName
{
border-color: #015E4D;
}
.TagClassName
{
border-color: #015E4D;
}
</style>