Shades of Mosque #01605B
Tints of Mosque #01605B
RGB
CMYK
RGB Variations
Color information
#01605B (or 0x01605B) is known color: Mosque. HEX triplet: 01, 60 and 5B. RGB value is (1,96,91). Sum of RGB (Red+Green+Blue) = 1+96+91=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #01605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01605B is #FE9FA4. Grayscale: #424242. Windows color (decimal): -16687013 or 5988353. OLE color: 5988353.
HSL color Cylindrical-coordinate representation of color #01605B: hue angle of 176.84º 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 #01605B is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 91 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.62 |
| HSL | 176.84º | 0.98% | 0.19% | - |
| HSV(B) | 176.84º | 0.99% | 0.38% | - |
| XYZ | 6.08 | 9.13 | 11.34 | - |
| YUV | 67.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 91 | 0.99 | 0 | 0.05 | 0.62 | 176.84 | 0.98 | 0.19 |
| Hex | 1 | 60 | 5B | 63 | 0 | 5 | 3E | B1 | 62 | 13 |
| Octal | 1 | 140 | 133 | 143 | 0 | 5 | 76 | 261 | 142 | 23 |
| Binary | 1 | 1100000 | 1011011 | 1100011 | 0 | 101 | 111110 | 10110001 | 1100010 | 10011 |
Color Harmonies of #01605B
Complementary color
Monochromatic Colors of #01605B
Black with #01605B
Text Example
Text Example
White with #01605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01605B; }
p { color: rgb(1,96,91); }
H1.HeaderClassName
{
color: #01605B;
}
.AnyTagClassName
{
color: #01605B;
}
</style>
background-color css
<style>
a { background-color: #01605B; }
a { background-color: rgb(1,96,91); }
div.DivClassName
{
background-color: #01605B;
}
.BgClassName
{
background-color: #01605B;
}
</style>
border-color css
<style>
span { border-color: #01605B; }
span { border-color: rgb(1,96,91); }
td.TdClassName
{
border-color: #01605B;
}
.TagClassName
{
border-color: #01605B;
}
</style>