Shades of Mosque #015B60
Tints of Mosque #015B60
RGB
CMYK
RGB Variations
Color information
#015B60 (or 0x015B60) is known color: Mosque. HEX triplet: 01, 5B and 60. RGB value is (1,91,96). Sum of RGB (Red+Green+Blue) = 1+91+96=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #015B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B60 is #FEA49F. Grayscale: #404040. Windows color (decimal): -16688288 or 6314753. OLE color: 6314753.
HSL color Cylindrical-coordinate representation of color #015B60: hue angle of 183.16º 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 #015B60 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 91 | 96 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.62 |
| HSL | 183.16º | 0.98% | 0.19% | - |
| HSV(B) | 183.16º | 0.99% | 0.38% | - |
| XYZ | 5.86 | 8.33 | 12.37 | - |
| YUV | 64.66 | 145.68 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 96 | 0.99 | 0.05 | 0 | 0.62 | 183.16 | 0.98 | 0.19 |
| Hex | 1 | 5B | 60 | 63 | 5 | 0 | 3E | B7 | 62 | 13 |
| Octal | 1 | 133 | 140 | 143 | 5 | 0 | 76 | 267 | 142 | 23 |
| Binary | 1 | 1011011 | 1100000 | 1100011 | 101 | 0 | 111110 | 10110111 | 1100010 | 10011 |
Color Harmonies of #015B60
Complementary color
Monochromatic Colors of #015B60
Black with #015B60
Text Example
Text Example
White with #015B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B60; }
p { color: rgb(1,91,96); }
H1.HeaderClassName
{
color: #015B60;
}
.AnyTagClassName
{
color: #015B60;
}
</style>
background-color css
<style>
a { background-color: #015B60; }
a { background-color: rgb(1,91,96); }
div.DivClassName
{
background-color: #015B60;
}
.BgClassName
{
background-color: #015B60;
}
</style>
border-color css
<style>
span { border-color: #015B60; }
span { border-color: rgb(1,91,96); }
td.TdClassName
{
border-color: #015B60;
}
.TagClassName
{
border-color: #015B60;
}
</style>