Shades of Mosque #015A5F
Tints of Mosque #015A5F
RGB
CMYK
RGB Variations
Color information
#015A5F (or 0x015A5F) is known color: Mosque. HEX triplet: 01, 5A and 5F. RGB value is (1,90,95). Sum of RGB (Red+Green+Blue) = 1+90+95=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #015A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A5F is #FEA5A0. Grayscale: #3F3F3F. Windows color (decimal): -16688545 or 6248961. OLE color: 6248961.
HSL color Cylindrical-coordinate representation of color #015A5F: hue angle of 183.19º 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 #015A5F is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 90 | 95 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.63 |
| HSL | 183.19º | 0.98% | 0.19% | - |
| HSV(B) | 183.19º | 0.99% | 0.37% | - |
| XYZ | 5.73 | 8.15 | 12.1 | - |
| YUV | 63.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 95 | 0.99 | 0.05 | 0 | 0.63 | 183.19 | 0.98 | 0.19 |
| Hex | 1 | 5A | 5F | 63 | 5 | 0 | 3F | B7 | 62 | 13 |
| Octal | 1 | 132 | 137 | 143 | 5 | 0 | 77 | 267 | 142 | 23 |
| Binary | 1 | 1011010 | 1011111 | 1100011 | 101 | 0 | 111111 | 10110111 | 1100010 | 10011 |
Color Harmonies of #015A5F
Complementary color
Monochromatic Colors of #015A5F
Black with #015A5F
Text Example
Text Example
White with #015A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A5F; }
p { color: rgb(1,90,95); }
H1.HeaderClassName
{
color: #015A5F;
}
.AnyTagClassName
{
color: #015A5F;
}
</style>
background-color css
<style>
a { background-color: #015A5F; }
a { background-color: rgb(1,90,95); }
div.DivClassName
{
background-color: #015A5F;
}
.BgClassName
{
background-color: #015A5F;
}
</style>
border-color css
<style>
span { border-color: #015A5F; }
span { border-color: rgb(1,90,95); }
td.TdClassName
{
border-color: #015A5F;
}
.TagClassName
{
border-color: #015A5F;
}
</style>