Shades of Mosque #0B5A4C
Tints of Mosque #0B5A4C
RGB
CMYK
RGB Variations
Color information
#0B5A4C (or 0x0B5A4C) is known color: Mosque. HEX triplet: 0B, 5A and 4C. RGB value is (11,90,76). Sum of RGB (Red+Green+Blue) = 11+90+76=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A4C is #F4A5B3. Grayscale: #404040. Windows color (decimal): -16033204 or 5003787. OLE color: 5003787.
HSL color Cylindrical-coordinate representation of color #0B5A4C: hue angle of 169.37º 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 #0B5A4C is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 90 | 76 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.65 |
| HSL | 169.37º | 0.78% | 0.2% | - |
| HSV(B) | 169.37º | 0.88% | 0.35% | - |
| XYZ | 5.1 | 7.91 | 8.09 | - |
| YUV | 64.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 76 | 0.88 | 0 | 0.16 | 0.65 | 169.37 | 0.78 | 0.2 |
| Hex | B | 5A | 4C | 58 | 0 | 10 | 41 | A9 | 4E | 14 |
| Octal | 13 | 132 | 114 | 130 | 0 | 20 | 101 | 251 | 116 | 24 |
| Binary | 1011 | 1011010 | 1001100 | 1011000 | 0 | 10000 | 1000001 | 10101001 | 1001110 | 10100 |
Color Harmonies of #0B5A4C
Complementary color
Monochromatic Colors of #0B5A4C
Black with #0B5A4C
Text Example
Text Example
White with #0B5A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A4C; }
p { color: rgb(11,90,76); }
H1.HeaderClassName
{
color: #0B5A4C;
}
.AnyTagClassName
{
color: #0B5A4C;
}
</style>
background-color css
<style>
a { background-color: #0B5A4C; }
a { background-color: rgb(11,90,76); }
div.DivClassName
{
background-color: #0B5A4C;
}
.BgClassName
{
background-color: #0B5A4C;
}
</style>
border-color css
<style>
span { border-color: #0B5A4C; }
span { border-color: rgb(11,90,76); }
td.TdClassName
{
border-color: #0B5A4C;
}
.TagClassName
{
border-color: #0B5A4C;
}
</style>