Shades of Mosque #0B585F
Tints of Mosque #0B585F
RGB
CMYK
RGB Variations
Color information
#0B585F (or 0x0B585F) is known color: Mosque. HEX triplet: 0B, 58 and 5F. RGB value is (11,88,95). Sum of RGB (Red+Green+Blue) = 11+88+95=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B585F is #F4A7A0. Grayscale: #414141. Windows color (decimal): -16033697 or 6248459. OLE color: 6248459.
HSL color Cylindrical-coordinate representation of color #0B585F: hue angle of 185º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B585F is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 88 | 95 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.63 |
| HSL | 185º | 0.79% | 0.21% | - |
| HSV(B) | 185º | 0.88% | 0.37% | - |
| XYZ | 5.69 | 7.88 | 12.05 | - |
| YUV | 65.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 95 | 0.88 | 0.07 | 0 | 0.63 | 185 | 0.79 | 0.21 |
| Hex | B | 58 | 5F | 58 | 7 | 0 | 3F | B9 | 4F | 15 |
| Octal | 13 | 130 | 137 | 130 | 7 | 0 | 77 | 271 | 117 | 25 |
| Binary | 1011 | 1011000 | 1011111 | 1011000 | 111 | 0 | 111111 | 10111001 | 1001111 | 10101 |
Color Harmonies of #0B585F
Complementary color
Monochromatic Colors of #0B585F
Black with #0B585F
Text Example
Text Example
White with #0B585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B585F; }
p { color: rgb(11,88,95); }
H1.HeaderClassName
{
color: #0B585F;
}
.AnyTagClassName
{
color: #0B585F;
}
</style>
background-color css
<style>
a { background-color: #0B585F; }
a { background-color: rgb(11,88,95); }
div.DivClassName
{
background-color: #0B585F;
}
.BgClassName
{
background-color: #0B585F;
}
</style>
border-color css
<style>
span { border-color: #0B585F; }
span { border-color: rgb(11,88,95); }
td.TdClassName
{
border-color: #0B585F;
}
.TagClassName
{
border-color: #0B585F;
}
</style>