Shades of Mosque #01615C
Tints of Mosque #01615C
RGB
CMYK
RGB Variations
Color information
#01615C (or 0x01615C) is known color: Mosque. HEX triplet: 01, 61 and 5C. RGB value is (1,97,92). Sum of RGB (Red+Green+Blue) = 1+97+92=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #01615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01615C is #FE9EA3. Grayscale: #434343. Windows color (decimal): -16686756 or 6054145. OLE color: 6054145.
HSL color Cylindrical-coordinate representation of color #01615C: hue angle of 176.88º 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 #01615C is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 92 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.62 |
| HSL | 176.88º | 0.98% | 0.19% | - |
| HSV(B) | 176.88º | 0.99% | 0.38% | - |
| XYZ | 6.22 | 9.33 | 11.6 | - |
| YUV | 67.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 92 | 0.99 | 0 | 0.05 | 0.62 | 176.88 | 0.98 | 0.19 |
| Hex | 1 | 61 | 5C | 63 | 0 | 5 | 3E | B1 | 62 | 13 |
| Octal | 1 | 141 | 134 | 143 | 0 | 5 | 76 | 261 | 142 | 23 |
| Binary | 1 | 1100001 | 1011100 | 1100011 | 0 | 101 | 111110 | 10110001 | 1100010 | 10011 |
Color Harmonies of #01615C
Complementary color
Monochromatic Colors of #01615C
Black with #01615C
Text Example
Text Example
White with #01615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01615C; }
p { color: rgb(1,97,92); }
H1.HeaderClassName
{
color: #01615C;
}
.AnyTagClassName
{
color: #01615C;
}
</style>
background-color css
<style>
a { background-color: #01615C; }
a { background-color: rgb(1,97,92); }
div.DivClassName
{
background-color: #01615C;
}
.BgClassName
{
background-color: #01615C;
}
</style>
border-color css
<style>
span { border-color: #01615C; }
span { border-color: rgb(1,97,92); }
td.TdClassName
{
border-color: #01615C;
}
.TagClassName
{
border-color: #01615C;
}
</style>