Shades of Mosque #015B5E
Tints of Mosque #015B5E
RGB
CMYK
RGB Variations
Color information
#015B5E (or 0x015B5E) is known color: Mosque. HEX triplet: 01, 5B and 5E. RGB value is (1,91,94). Sum of RGB (Red+Green+Blue) = 1+91+94=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #015B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B5E is #FEA4A1. Grayscale: #404040. Windows color (decimal): -16688290 or 6183681. OLE color: 6183681.
HSL color Cylindrical-coordinate representation of color #015B5E: hue angle of 181.94º 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 #015B5E is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 91 | 94 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.63 |
| HSL | 181.94º | 0.98% | 0.19% | - |
| HSV(B) | 181.94º | 0.99% | 0.37% | - |
| XYZ | 5.77 | 8.3 | 11.89 | - |
| YUV | 64.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 94 | 0.99 | 0.03 | 0 | 0.63 | 181.94 | 0.98 | 0.19 |
| Hex | 1 | 5B | 5E | 63 | 3 | 0 | 3F | B6 | 62 | 13 |
| Octal | 1 | 133 | 136 | 143 | 3 | 0 | 77 | 266 | 142 | 23 |
| Binary | 1 | 1011011 | 1011110 | 1100011 | 11 | 0 | 111111 | 10110110 | 1100010 | 10011 |
Color Harmonies of #015B5E
Complementary color
Monochromatic Colors of #015B5E
Black with #015B5E
Text Example
Text Example
White with #015B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B5E; }
p { color: rgb(1,91,94); }
H1.HeaderClassName
{
color: #015B5E;
}
.AnyTagClassName
{
color: #015B5E;
}
</style>
background-color css
<style>
a { background-color: #015B5E; }
a { background-color: rgb(1,91,94); }
div.DivClassName
{
background-color: #015B5E;
}
.BgClassName
{
background-color: #015B5E;
}
</style>
border-color css
<style>
span { border-color: #015B5E; }
span { border-color: rgb(1,91,94); }
td.TdClassName
{
border-color: #015B5E;
}
.TagClassName
{
border-color: #015B5E;
}
</style>