Shades of Mosque #01635B
Tints of Mosque #01635B
RGB
CMYK
RGB Variations
Color information
#01635B (or 0x01635B) is known color: Mosque. HEX triplet: 01, 63 and 5B. RGB value is (1,99,91). Sum of RGB (Red+Green+Blue) = 1+99+91=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #01635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01635B is #FE9CA4. Grayscale: #444444. Windows color (decimal): -16686245 or 5989121. OLE color: 5989121.
HSL color Cylindrical-coordinate representation of color #01635B: hue angle of 175.1º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01635B is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 91 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.61 |
| HSL | 175.1º | 0.98% | 0.2% | - |
| HSV(B) | 175.1º | 0.99% | 0.39% | - |
| XYZ | 6.36 | 9.69 | 11.43 | - |
| YUV | 68.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 91 | 0.99 | 0 | 0.08 | 0.61 | 175.1 | 0.98 | 0.2 |
| Hex | 1 | 63 | 5B | 63 | 0 | 8 | 3D | AF | 62 | 14 |
| Octal | 1 | 143 | 133 | 143 | 0 | 10 | 75 | 257 | 142 | 24 |
| Binary | 1 | 1100011 | 1011011 | 1100011 | 0 | 1000 | 111101 | 10101111 | 1100010 | 10100 |
Color Harmonies of #01635B
Complementary color
Monochromatic Colors of #01635B
Black with #01635B
Text Example
Text Example
White with #01635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01635B; }
p { color: rgb(1,99,91); }
H1.HeaderClassName
{
color: #01635B;
}
.AnyTagClassName
{
color: #01635B;
}
</style>
background-color css
<style>
a { background-color: #01635B; }
a { background-color: rgb(1,99,91); }
div.DivClassName
{
background-color: #01635B;
}
.BgClassName
{
background-color: #01635B;
}
</style>
border-color css
<style>
span { border-color: #01635B; }
span { border-color: rgb(1,99,91); }
td.TdClassName
{
border-color: #01635B;
}
.TagClassName
{
border-color: #01635B;
}
</style>