Shades of Mosque #015F51
Tints of Mosque #015F51
RGB
CMYK
RGB Variations
Color information
#015F51 (or 0x015F51) is known color: Mosque. HEX triplet: 01, 5F and 51. RGB value is (1,95,81). Sum of RGB (Red+Green+Blue) = 1+95+81=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #015F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F51 is #FEA0AE. Grayscale: #414141. Windows color (decimal): -16687279 or 5332737. OLE color: 5332737.
HSL color Cylindrical-coordinate representation of color #015F51: hue angle of 171.06º 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 #015F51 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 81 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.63 |
| HSL | 171.06º | 0.98% | 0.19% | - |
| HSV(B) | 171.06º | 0.99% | 0.37% | - |
| XYZ | 5.59 | 8.78 | 9.19 | - |
| YUV | 65.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 81 | 0.99 | 0 | 0.15 | 0.63 | 171.06 | 0.98 | 0.19 |
| Hex | 1 | 5F | 51 | 63 | 0 | F | 3F | AB | 62 | 13 |
| Octal | 1 | 137 | 121 | 143 | 0 | 17 | 77 | 253 | 142 | 23 |
| Binary | 1 | 1011111 | 1010001 | 1100011 | 0 | 1111 | 111111 | 10101011 | 1100010 | 10011 |
Color Harmonies of #015F51
Complementary color
Monochromatic Colors of #015F51
Black with #015F51
Text Example
Text Example
White with #015F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F51; }
p { color: rgb(1,95,81); }
H1.HeaderClassName
{
color: #015F51;
}
.AnyTagClassName
{
color: #015F51;
}
</style>
background-color css
<style>
a { background-color: #015F51; }
a { background-color: rgb(1,95,81); }
div.DivClassName
{
background-color: #015F51;
}
.BgClassName
{
background-color: #015F51;
}
</style>
border-color css
<style>
span { border-color: #015F51; }
span { border-color: rgb(1,95,81); }
td.TdClassName
{
border-color: #015F51;
}
.TagClassName
{
border-color: #015F51;
}
</style>