Shades of Mosque #01595D
Tints of Mosque #01595D
RGB
CMYK
RGB Variations
Color information
#01595D (or 0x01595D) is known color: Mosque. HEX triplet: 01, 59 and 5D. RGB value is (1,89,93). Sum of RGB (Red+Green+Blue) = 1+89+93=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #01595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01595D is #FEA6A2. Grayscale: #3F3F3F. Windows color (decimal): -16688803 or 6117633. OLE color: 6117633.
HSL color Cylindrical-coordinate representation of color #01595D: hue angle of 182.61º 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 #01595D is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 89 | 93 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.64 |
| HSL | 182.61º | 0.98% | 0.18% | - |
| HSV(B) | 182.61º | 0.99% | 0.36% | - |
| XYZ | 5.56 | 7.94 | 11.6 | - |
| YUV | 63.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 93 | 0.99 | 0.04 | 0 | 0.64 | 182.61 | 0.98 | 0.18 |
| Hex | 1 | 59 | 5D | 63 | 4 | 0 | 40 | B7 | 62 | 12 |
| Octal | 1 | 131 | 135 | 143 | 4 | 0 | 100 | 267 | 142 | 22 |
| Binary | 1 | 1011001 | 1011101 | 1100011 | 100 | 0 | 1000000 | 10110111 | 1100010 | 10010 |
Color Harmonies of #01595D
Complementary color
Monochromatic Colors of #01595D
Black with #01595D
Text Example
Text Example
White with #01595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01595D; }
p { color: rgb(1,89,93); }
H1.HeaderClassName
{
color: #01595D;
}
.AnyTagClassName
{
color: #01595D;
}
</style>
background-color css
<style>
a { background-color: #01595D; }
a { background-color: rgb(1,89,93); }
div.DivClassName
{
background-color: #01595D;
}
.BgClassName
{
background-color: #01595D;
}
</style>
border-color css
<style>
span { border-color: #01595D; }
span { border-color: rgb(1,89,93); }
td.TdClassName
{
border-color: #01595D;
}
.TagClassName
{
border-color: #01595D;
}
</style>