Shades of Mosque #015B4D
Tints of Mosque #015B4D
RGB
CMYK
RGB Variations
Color information
#015B4D (or 0x015B4D) is known color: Mosque. HEX triplet: 01, 5B and 4D. RGB value is (1,91,77). Sum of RGB (Red+Green+Blue) = 1+91+77=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #015B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B4D is #FEA4B2. Grayscale: #3E3E3E. Windows color (decimal): -16688307 or 5069569. OLE color: 5069569.
HSL color Cylindrical-coordinate representation of color #015B4D: hue angle of 170.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B4D is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 77 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.64 |
| HSL | 170.67º | 0.98% | 0.18% | - |
| HSV(B) | 170.67º | 0.99% | 0.36% | - |
| XYZ | 5.09 | 8.02 | 8.3 | - |
| YUV | 62.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 77 | 0.99 | 0 | 0.15 | 0.64 | 170.67 | 0.98 | 0.18 |
| Hex | 1 | 5B | 4D | 63 | 0 | F | 40 | AB | 62 | 12 |
| Octal | 1 | 133 | 115 | 143 | 0 | 17 | 100 | 253 | 142 | 22 |
| Binary | 1 | 1011011 | 1001101 | 1100011 | 0 | 1111 | 1000000 | 10101011 | 1100010 | 10010 |
Color Harmonies of #015B4D
Complementary color
Monochromatic Colors of #015B4D
Black with #015B4D
Text Example
Text Example
White with #015B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B4D; }
p { color: rgb(1,91,77); }
H1.HeaderClassName
{
color: #015B4D;
}
.AnyTagClassName
{
color: #015B4D;
}
</style>
background-color css
<style>
a { background-color: #015B4D; }
a { background-color: rgb(1,91,77); }
div.DivClassName
{
background-color: #015B4D;
}
.BgClassName
{
background-color: #015B4D;
}
</style>
border-color css
<style>
span { border-color: #015B4D; }
span { border-color: rgb(1,91,77); }
td.TdClassName
{
border-color: #015B4D;
}
.TagClassName
{
border-color: #015B4D;
}
</style>