Shades of Mosque #01594B
Tints of Mosque #01594B
RGB
CMYK
RGB Variations
Color information
#01594B (or 0x01594B) is known color: Mosque. HEX triplet: 01, 59 and 4B. RGB value is (1,89,75). Sum of RGB (Red+Green+Blue) = 1+89+75=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #01594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01594B is #FEA6B4. Grayscale: #3D3D3D. Windows color (decimal): -16688821 or 4937985. OLE color: 4937985.
HSL color Cylindrical-coordinate representation of color #01594B: hue angle of 170.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01594B is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 75 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.65 |
| HSL | 170.45º | 0.98% | 0.18% | - |
| HSV(B) | 170.45º | 0.99% | 0.35% | - |
| XYZ | 4.85 | 7.66 | 7.88 | - |
| YUV | 61.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 75 | 0.99 | 0 | 0.16 | 0.65 | 170.45 | 0.98 | 0.18 |
| Hex | 1 | 59 | 4B | 63 | 0 | 10 | 41 | AA | 62 | 12 |
| Octal | 1 | 131 | 113 | 143 | 0 | 20 | 101 | 252 | 142 | 22 |
| Binary | 1 | 1011001 | 1001011 | 1100011 | 0 | 10000 | 1000001 | 10101010 | 1100010 | 10010 |
Color Harmonies of #01594B
Complementary color
Monochromatic Colors of #01594B
Black with #01594B
Text Example
Text Example
White with #01594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01594B; }
p { color: rgb(1,89,75); }
H1.HeaderClassName
{
color: #01594B;
}
.AnyTagClassName
{
color: #01594B;
}
</style>
background-color css
<style>
a { background-color: #01594B; }
a { background-color: rgb(1,89,75); }
div.DivClassName
{
background-color: #01594B;
}
.BgClassName
{
background-color: #01594B;
}
</style>
border-color css
<style>
span { border-color: #01594B; }
span { border-color: rgb(1,89,75); }
td.TdClassName
{
border-color: #01594B;
}
.TagClassName
{
border-color: #01594B;
}
</style>