Shades of Mosque #015A4E
Tints of Mosque #015A4E
RGB
CMYK
RGB Variations
Color information
#015A4E (or 0x015A4E) is known color: Mosque. HEX triplet: 01, 5A and 4E. RGB value is (1,90,78). Sum of RGB (Red+Green+Blue) = 1+90+78=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #015A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A4E is #FEA5B1. Grayscale: #3D3D3D. Windows color (decimal): -16688562 or 5134849. OLE color: 5134849.
HSL color Cylindrical-coordinate representation of color #015A4E: hue angle of 171.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A4E is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 78 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.65 |
| HSL | 171.91º | 0.98% | 0.18% | - |
| HSV(B) | 171.91º | 0.99% | 0.35% | - |
| XYZ | 5.04 | 7.87 | 8.46 | - |
| YUV | 62.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 78 | 0.99 | 0 | 0.13 | 0.65 | 171.91 | 0.98 | 0.18 |
| Hex | 1 | 5A | 4E | 63 | 0 | D | 41 | AC | 62 | 12 |
| Octal | 1 | 132 | 116 | 143 | 0 | 15 | 101 | 254 | 142 | 22 |
| Binary | 1 | 1011010 | 1001110 | 1100011 | 0 | 1101 | 1000001 | 10101100 | 1100010 | 10010 |
Color Harmonies of #015A4E
Complementary color
Monochromatic Colors of #015A4E
Black with #015A4E
Text Example
Text Example
White with #015A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A4E; }
p { color: rgb(1,90,78); }
H1.HeaderClassName
{
color: #015A4E;
}
.AnyTagClassName
{
color: #015A4E;
}
</style>
background-color css
<style>
a { background-color: #015A4E; }
a { background-color: rgb(1,90,78); }
div.DivClassName
{
background-color: #015A4E;
}
.BgClassName
{
background-color: #015A4E;
}
</style>
border-color css
<style>
span { border-color: #015A4E; }
span { border-color: rgb(1,90,78); }
td.TdClassName
{
border-color: #015A4E;
}
.TagClassName
{
border-color: #015A4E;
}
</style>