Shades of Mosque #01605C
Tints of Mosque #01605C
RGB
CMYK
RGB Variations
Color information
#01605C (or 0x01605C) is known color: Mosque. HEX triplet: 01, 60 and 5C. RGB value is (1,96,92). Sum of RGB (Red+Green+Blue) = 1+96+92=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #01605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01605C is #FE9FA3. Grayscale: #434343. Windows color (decimal): -16687012 or 6053889. OLE color: 6053889.
HSL color Cylindrical-coordinate representation of color #01605C: hue angle of 177.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01605C is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 92 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.62 |
| HSL | 177.47º | 0.98% | 0.19% | - |
| HSV(B) | 177.47º | 0.99% | 0.38% | - |
| XYZ | 6.13 | 9.14 | 11.57 | - |
| YUV | 67.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 92 | 0.99 | 0 | 0.04 | 0.62 | 177.47 | 0.98 | 0.19 |
| Hex | 1 | 60 | 5C | 63 | 0 | 4 | 3E | B1 | 62 | 13 |
| Octal | 1 | 140 | 134 | 143 | 0 | 4 | 76 | 261 | 142 | 23 |
| Binary | 1 | 1100000 | 1011100 | 1100011 | 0 | 100 | 111110 | 10110001 | 1100010 | 10011 |
Color Harmonies of #01605C
Complementary color
Monochromatic Colors of #01605C
Black with #01605C
Text Example
Text Example
White with #01605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01605C; }
p { color: rgb(1,96,92); }
H1.HeaderClassName
{
color: #01605C;
}
.AnyTagClassName
{
color: #01605C;
}
</style>
background-color css
<style>
a { background-color: #01605C; }
a { background-color: rgb(1,96,92); }
div.DivClassName
{
background-color: #01605C;
}
.BgClassName
{
background-color: #01605C;
}
</style>
border-color css
<style>
span { border-color: #01605C; }
span { border-color: rgb(1,96,92); }
td.TdClassName
{
border-color: #01605C;
}
.TagClassName
{
border-color: #01605C;
}
</style>