Shades of Mosque #01585B
Tints of Mosque #01585B
RGB
CMYK
RGB Variations
Color information
#01585B (or 0x01585B) is known color: Mosque. HEX triplet: 01, 58 and 5B. RGB value is (1,88,91). Sum of RGB (Red+Green+Blue) = 1+88+91=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #01585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01585B is #FEA7A4. Grayscale: #3E3E3E. Windows color (decimal): -16689061 or 5986305. OLE color: 5986305.
HSL color Cylindrical-coordinate representation of color #01585B: hue angle of 182º 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 #01585B is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 88 | 91 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.64 |
| HSL | 182º | 0.98% | 0.18% | - |
| HSV(B) | 182º | 0.99% | 0.36% | - |
| XYZ | 5.39 | 7.74 | 11.11 | - |
| YUV | 62.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 91 | 0.99 | 0.03 | 0 | 0.64 | 182 | 0.98 | 0.18 |
| Hex | 1 | 58 | 5B | 63 | 3 | 0 | 40 | B6 | 62 | 12 |
| Octal | 1 | 130 | 133 | 143 | 3 | 0 | 100 | 266 | 142 | 22 |
| Binary | 1 | 1011000 | 1011011 | 1100011 | 11 | 0 | 1000000 | 10110110 | 1100010 | 10010 |
Color Harmonies of #01585B
Complementary color
Monochromatic Colors of #01585B
Black with #01585B
Text Example
Text Example
White with #01585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01585B; }
p { color: rgb(1,88,91); }
H1.HeaderClassName
{
color: #01585B;
}
.AnyTagClassName
{
color: #01585B;
}
</style>
background-color css
<style>
a { background-color: #01585B; }
a { background-color: rgb(1,88,91); }
div.DivClassName
{
background-color: #01585B;
}
.BgClassName
{
background-color: #01585B;
}
</style>
border-color css
<style>
span { border-color: #01585B; }
span { border-color: rgb(1,88,91); }
td.TdClassName
{
border-color: #01585B;
}
.TagClassName
{
border-color: #01585B;
}
</style>