Shades of Mosque #015B5D
Tints of Mosque #015B5D
RGB
CMYK
RGB Variations
Color information
#015B5D (or 0x015B5D) is known color: Mosque. HEX triplet: 01, 5B and 5D. RGB value is (1,91,93). Sum of RGB (Red+Green+Blue) = 1+91+93=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #015B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B5D is #FEA4A2. Grayscale: #404040. Windows color (decimal): -16688291 or 6118145. OLE color: 6118145.
HSL color Cylindrical-coordinate representation of color #015B5D: hue angle of 181.3º 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 #015B5D is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 93 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.64 |
| HSL | 181.3º | 0.98% | 0.18% | - |
| HSV(B) | 181.3º | 0.99% | 0.36% | - |
| XYZ | 5.73 | 8.28 | 11.65 | - |
| YUV | 64.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 93 | 0.99 | 0.02 | 0 | 0.64 | 181.3 | 0.98 | 0.18 |
| Hex | 1 | 5B | 5D | 63 | 2 | 0 | 40 | B5 | 62 | 12 |
| Octal | 1 | 133 | 135 | 143 | 2 | 0 | 100 | 265 | 142 | 22 |
| Binary | 1 | 1011011 | 1011101 | 1100011 | 10 | 0 | 1000000 | 10110101 | 1100010 | 10010 |
Color Harmonies of #015B5D
Complementary color
Monochromatic Colors of #015B5D
Black with #015B5D
Text Example
Text Example
White with #015B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B5D; }
p { color: rgb(1,91,93); }
H1.HeaderClassName
{
color: #015B5D;
}
.AnyTagClassName
{
color: #015B5D;
}
</style>
background-color css
<style>
a { background-color: #015B5D; }
a { background-color: rgb(1,91,93); }
div.DivClassName
{
background-color: #015B5D;
}
.BgClassName
{
background-color: #015B5D;
}
</style>
border-color css
<style>
span { border-color: #015B5D; }
span { border-color: rgb(1,91,93); }
td.TdClassName
{
border-color: #015B5D;
}
.TagClassName
{
border-color: #015B5D;
}
</style>