Shades of Mosque #01635A
Tints of Mosque #01635A
RGB
CMYK
RGB Variations
Color information
#01635A (or 0x01635A) is known color: Mosque. HEX triplet: 01, 63 and 5A. RGB value is (1,99,90). Sum of RGB (Red+Green+Blue) = 1+99+90=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #01635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01635A is #FE9CA5. Grayscale: #444444. Windows color (decimal): -16686246 or 5923585. OLE color: 5923585.
HSL color Cylindrical-coordinate representation of color #01635A: hue angle of 174.49º 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 #01635A is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 90 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.61 |
| HSL | 174.49º | 0.98% | 0.2% | - |
| HSV(B) | 174.49º | 0.99% | 0.39% | - |
| XYZ | 6.32 | 9.67 | 11.21 | - |
| YUV | 68.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 90 | 0.99 | 0 | 0.09 | 0.61 | 174.49 | 0.98 | 0.2 |
| Hex | 1 | 63 | 5A | 63 | 0 | 9 | 3D | AE | 62 | 14 |
| Octal | 1 | 143 | 132 | 143 | 0 | 11 | 75 | 256 | 142 | 24 |
| Binary | 1 | 1100011 | 1011010 | 1100011 | 0 | 1001 | 111101 | 10101110 | 1100010 | 10100 |
Color Harmonies of #01635A
Complementary color
Monochromatic Colors of #01635A
Black with #01635A
Text Example
Text Example
White with #01635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01635A; }
p { color: rgb(1,99,90); }
H1.HeaderClassName
{
color: #01635A;
}
.AnyTagClassName
{
color: #01635A;
}
</style>
background-color css
<style>
a { background-color: #01635A; }
a { background-color: rgb(1,99,90); }
div.DivClassName
{
background-color: #01635A;
}
.BgClassName
{
background-color: #01635A;
}
</style>
border-color css
<style>
span { border-color: #01635A; }
span { border-color: rgb(1,99,90); }
td.TdClassName
{
border-color: #01635A;
}
.TagClassName
{
border-color: #01635A;
}
</style>