Shades of Mosque #0B585D
Tints of Mosque #0B585D
RGB
CMYK
RGB Variations
Color information
#0B585D (or 0x0B585D) is known color: Mosque. HEX triplet: 0B, 58 and 5D. RGB value is (11,88,93). Sum of RGB (Red+Green+Blue) = 11+88+93=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B585D is #F4A7A2. Grayscale: #414141. Windows color (decimal): -16033699 or 6117387. OLE color: 6117387.
HSL color Cylindrical-coordinate representation of color #0B585D: hue angle of 183.66º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B585D is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 88 | 93 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.64 |
| HSL | 183.66º | 0.79% | 0.2% | - |
| HSV(B) | 183.66º | 0.88% | 0.36% | - |
| XYZ | 5.6 | 7.84 | 11.57 | - |
| YUV | 65.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 93 | 0.88 | 0.05 | 0 | 0.64 | 183.66 | 0.79 | 0.2 |
| Hex | B | 58 | 5D | 58 | 5 | 0 | 40 | B8 | 4F | 14 |
| Octal | 13 | 130 | 135 | 130 | 5 | 0 | 100 | 270 | 117 | 24 |
| Binary | 1011 | 1011000 | 1011101 | 1011000 | 101 | 0 | 1000000 | 10111000 | 1001111 | 10100 |
Color Harmonies of #0B585D
Complementary color
Monochromatic Colors of #0B585D
Black with #0B585D
Text Example
Text Example
White with #0B585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B585D; }
p { color: rgb(11,88,93); }
H1.HeaderClassName
{
color: #0B585D;
}
.AnyTagClassName
{
color: #0B585D;
}
</style>
background-color css
<style>
a { background-color: #0B585D; }
a { background-color: rgb(11,88,93); }
div.DivClassName
{
background-color: #0B585D;
}
.BgClassName
{
background-color: #0B585D;
}
</style>
border-color css
<style>
span { border-color: #0B585D; }
span { border-color: rgb(11,88,93); }
td.TdClassName
{
border-color: #0B585D;
}
.TagClassName
{
border-color: #0B585D;
}
</style>