Shades of Mosque #01595C
Tints of Mosque #01595C
RGB
CMYK
RGB Variations
Color information
#01595C (or 0x01595C) is known color: Mosque. HEX triplet: 01, 59 and 5C. RGB value is (1,89,92). Sum of RGB (Red+Green+Blue) = 1+89+92=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #01595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01595C is #FEA6A3. Grayscale: #3E3E3E. Windows color (decimal): -16688804 or 6052097. OLE color: 6052097.
HSL color Cylindrical-coordinate representation of color #01595C: hue angle of 181.98º 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 #01595C is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 89 | 92 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.64 |
| HSL | 181.98º | 0.98% | 0.18% | - |
| HSV(B) | 181.98º | 0.99% | 0.36% | - |
| XYZ | 5.52 | 7.92 | 11.36 | - |
| YUV | 63.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 92 | 0.99 | 0.03 | 0 | 0.64 | 181.98 | 0.98 | 0.18 |
| Hex | 1 | 59 | 5C | 63 | 3 | 0 | 40 | B6 | 62 | 12 |
| Octal | 1 | 131 | 134 | 143 | 3 | 0 | 100 | 266 | 142 | 22 |
| Binary | 1 | 1011001 | 1011100 | 1100011 | 11 | 0 | 1000000 | 10110110 | 1100010 | 10010 |
Color Harmonies of #01595C
Complementary color
Monochromatic Colors of #01595C
Black with #01595C
Text Example
Text Example
White with #01595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01595C; }
p { color: rgb(1,89,92); }
H1.HeaderClassName
{
color: #01595C;
}
.AnyTagClassName
{
color: #01595C;
}
</style>
background-color css
<style>
a { background-color: #01595C; }
a { background-color: rgb(1,89,92); }
div.DivClassName
{
background-color: #01595C;
}
.BgClassName
{
background-color: #01595C;
}
</style>
border-color css
<style>
span { border-color: #01595C; }
span { border-color: rgb(1,89,92); }
td.TdClassName
{
border-color: #01595C;
}
.TagClassName
{
border-color: #01595C;
}
</style>