Shades of Mosque #0B594B
Tints of Mosque #0B594B
RGB
CMYK
RGB Variations
Color information
#0B594B (or 0x0B594B) is known color: Mosque. HEX triplet: 0B, 59 and 4B. RGB value is (11,89,75). Sum of RGB (Red+Green+Blue) = 11+89+75=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #0B594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B594B is #F4A6B4. Grayscale: #404040. Windows color (decimal): -16033461 or 4937995. OLE color: 4937995.
HSL color Cylindrical-coordinate representation of color #0B594B: hue angle of 169.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B594B is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 89 | 75 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.65 |
| HSL | 169.23º | 0.78% | 0.2% | - |
| HSV(B) | 169.23º | 0.88% | 0.35% | - |
| XYZ | 4.98 | 7.72 | 7.88 | - |
| YUV | 64.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 75 | 0.88 | 0 | 0.16 | 0.65 | 169.23 | 0.78 | 0.2 |
| Hex | B | 59 | 4B | 58 | 0 | 10 | 41 | A9 | 4E | 14 |
| Octal | 13 | 131 | 113 | 130 | 0 | 20 | 101 | 251 | 116 | 24 |
| Binary | 1011 | 1011001 | 1001011 | 1011000 | 0 | 10000 | 1000001 | 10101001 | 1001110 | 10100 |
Color Harmonies of #0B594B
Complementary color
Monochromatic Colors of #0B594B
Black with #0B594B
Text Example
Text Example
White with #0B594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B594B; }
p { color: rgb(11,89,75); }
H1.HeaderClassName
{
color: #0B594B;
}
.AnyTagClassName
{
color: #0B594B;
}
</style>
background-color css
<style>
a { background-color: #0B594B; }
a { background-color: rgb(11,89,75); }
div.DivClassName
{
background-color: #0B594B;
}
.BgClassName
{
background-color: #0B594B;
}
</style>
border-color css
<style>
span { border-color: #0B594B; }
span { border-color: rgb(11,89,75); }
td.TdClassName
{
border-color: #0B594B;
}
.TagClassName
{
border-color: #0B594B;
}
</style>