Shades of Mosque #01535B
Tints of Mosque #01535B
RGB
CMYK
RGB Variations
Color information
#01535B (or 0x01535B) is known color: Mosque. HEX triplet: 01, 53 and 5B. RGB value is (1,83,91). Sum of RGB (Red+Green+Blue) = 1+83+91=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #01535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01535B is #FEACA4. Grayscale: #3B3B3B. Windows color (decimal): -16690341 or 5985025. OLE color: 5985025.
HSL color Cylindrical-coordinate representation of color #01535B: hue angle of 185.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01535B is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 83 | 91 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.64 |
| HSL | 185.33º | 0.98% | 0.18% | - |
| HSV(B) | 185.33º | 0.99% | 0.36% | - |
| XYZ | 4.99 | 6.95 | 10.98 | - |
| YUV | 59.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 91 | 0.99 | 0.09 | 0 | 0.64 | 185.33 | 0.98 | 0.18 |
| Hex | 1 | 53 | 5B | 63 | 9 | 0 | 40 | B9 | 62 | 12 |
| Octal | 1 | 123 | 133 | 143 | 11 | 0 | 100 | 271 | 142 | 22 |
| Binary | 1 | 1010011 | 1011011 | 1100011 | 1001 | 0 | 1000000 | 10111001 | 1100010 | 10010 |
Color Harmonies of #01535B
Complementary color
Monochromatic Colors of #01535B
Black with #01535B
Text Example
Text Example
White with #01535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01535B; }
p { color: rgb(1,83,91); }
H1.HeaderClassName
{
color: #01535B;
}
.AnyTagClassName
{
color: #01535B;
}
</style>
background-color css
<style>
a { background-color: #01535B; }
a { background-color: rgb(1,83,91); }
div.DivClassName
{
background-color: #01535B;
}
.BgClassName
{
background-color: #01535B;
}
</style>
border-color css
<style>
span { border-color: #01535B; }
span { border-color: rgb(1,83,91); }
td.TdClassName
{
border-color: #01535B;
}
.TagClassName
{
border-color: #01535B;
}
</style>