Shades of Mosque #015E60
Tints of Mosque #015E60
RGB
CMYK
RGB Variations
Color information
#015E60 (or 0x015E60) is known color: Mosque. HEX triplet: 01, 5E and 60. RGB value is (1,94,96). Sum of RGB (Red+Green+Blue) = 1+94+96=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #015E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E60 is #FEA19F. Grayscale: #424242. Windows color (decimal): -16687520 or 6315521. OLE color: 6315521.
HSL color Cylindrical-coordinate representation of color #015E60: hue angle of 181.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E60 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 94 | 96 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.62 |
| HSL | 181.26º | 0.98% | 0.19% | - |
| HSV(B) | 181.26º | 0.99% | 0.38% | - |
| XYZ | 6.13 | 8.86 | 12.45 | - |
| YUV | 66.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 96 | 0.99 | 0.02 | 0 | 0.62 | 181.26 | 0.98 | 0.19 |
| Hex | 1 | 5E | 60 | 63 | 2 | 0 | 3E | B5 | 62 | 13 |
| Octal | 1 | 136 | 140 | 143 | 2 | 0 | 76 | 265 | 142 | 23 |
| Binary | 1 | 1011110 | 1100000 | 1100011 | 10 | 0 | 111110 | 10110101 | 1100010 | 10011 |
Color Harmonies of #015E60
Complementary color
Monochromatic Colors of #015E60
Black with #015E60
Text Example
Text Example
White with #015E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E60; }
p { color: rgb(1,94,96); }
H1.HeaderClassName
{
color: #015E60;
}
.AnyTagClassName
{
color: #015E60;
}
</style>
background-color css
<style>
a { background-color: #015E60; }
a { background-color: rgb(1,94,96); }
div.DivClassName
{
background-color: #015E60;
}
.BgClassName
{
background-color: #015E60;
}
</style>
border-color css
<style>
span { border-color: #015E60; }
span { border-color: rgb(1,94,96); }
td.TdClassName
{
border-color: #015E60;
}
.TagClassName
{
border-color: #015E60;
}
</style>