Shades of Mosque #01584C
Tints of Mosque #01584C
RGB
CMYK
RGB Variations
Color information
#01584C (or 0x01584C) is known color: Mosque. HEX triplet: 01, 58 and 4C. RGB value is (1,88,76). Sum of RGB (Red+Green+Blue) = 1+88+76=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #01584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01584C is #FEA7B3. Grayscale: #3C3C3C. Windows color (decimal): -16689076 or 5003265. OLE color: 5003265.
HSL color Cylindrical-coordinate representation of color #01584C: hue angle of 171.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01584C is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 76 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.65 |
| HSL | 171.72º | 0.98% | 0.17% | - |
| HSV(B) | 171.72º | 0.99% | 0.35% | - |
| XYZ | 4.81 | 7.51 | 8.03 | - |
| YUV | 60.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 76 | 0.99 | 0 | 0.14 | 0.65 | 171.72 | 0.98 | 0.17 |
| Hex | 1 | 58 | 4C | 63 | 0 | E | 41 | AC | 62 | 11 |
| Octal | 1 | 130 | 114 | 143 | 0 | 16 | 101 | 254 | 142 | 21 |
| Binary | 1 | 1011000 | 1001100 | 1100011 | 0 | 1110 | 1000001 | 10101100 | 1100010 | 10001 |
Color Harmonies of #01584C
Complementary color
Monochromatic Colors of #01584C
Black with #01584C
Text Example
Text Example
White with #01584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01584C; }
p { color: rgb(1,88,76); }
H1.HeaderClassName
{
color: #01584C;
}
.AnyTagClassName
{
color: #01584C;
}
</style>
background-color css
<style>
a { background-color: #01584C; }
a { background-color: rgb(1,88,76); }
div.DivClassName
{
background-color: #01584C;
}
.BgClassName
{
background-color: #01584C;
}
</style>
border-color css
<style>
span { border-color: #01584C; }
span { border-color: rgb(1,88,76); }
td.TdClassName
{
border-color: #01584C;
}
.TagClassName
{
border-color: #01584C;
}
</style>