Shades of Mosque #015B4F
Tints of Mosque #015B4F
RGB
CMYK
RGB Variations
Color information
#015B4F (or 0x015B4F) is known color: Mosque. HEX triplet: 01, 5B and 4F. RGB value is (1,91,79). Sum of RGB (Red+Green+Blue) = 1+91+79=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #015B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B4F is #FEA4B0. Grayscale: #3E3E3E. Windows color (decimal): -16688305 or 5200641. OLE color: 5200641.
HSL color Cylindrical-coordinate representation of color #015B4F: hue angle of 172º 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 #015B4F is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 79 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.64 |
| HSL | 172º | 0.98% | 0.18% | - |
| HSV(B) | 172º | 0.99% | 0.36% | - |
| XYZ | 5.16 | 8.05 | 8.68 | - |
| YUV | 62.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 79 | 0.99 | 0 | 0.13 | 0.64 | 172 | 0.98 | 0.18 |
| Hex | 1 | 5B | 4F | 63 | 0 | D | 40 | AC | 62 | 12 |
| Octal | 1 | 133 | 117 | 143 | 0 | 15 | 100 | 254 | 142 | 22 |
| Binary | 1 | 1011011 | 1001111 | 1100011 | 0 | 1101 | 1000000 | 10101100 | 1100010 | 10010 |
Color Harmonies of #015B4F
Complementary color
Monochromatic Colors of #015B4F
Black with #015B4F
Text Example
Text Example
White with #015B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B4F; }
p { color: rgb(1,91,79); }
H1.HeaderClassName
{
color: #015B4F;
}
.AnyTagClassName
{
color: #015B4F;
}
</style>
background-color css
<style>
a { background-color: #015B4F; }
a { background-color: rgb(1,91,79); }
div.DivClassName
{
background-color: #015B4F;
}
.BgClassName
{
background-color: #015B4F;
}
</style>
border-color css
<style>
span { border-color: #015B4F; }
span { border-color: rgb(1,91,79); }
td.TdClassName
{
border-color: #015B4F;
}
.TagClassName
{
border-color: #015B4F;
}
</style>