Shades of Mosque #0B595C
Tints of Mosque #0B595C
RGB
CMYK
RGB Variations
Color information
#0B595C (or 0x0B595C) is known color: Mosque. HEX triplet: 0B, 59 and 5C. RGB value is (11,89,92). Sum of RGB (Red+Green+Blue) = 11+89+92=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B595C is #F4A6A3. Grayscale: #414141. Windows color (decimal): -16033444 or 6052107. OLE color: 6052107.
HSL color Cylindrical-coordinate representation of color #0B595C: hue angle of 182.22º 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 #0B595C is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 89 | 92 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.64 |
| HSL | 182.22º | 0.79% | 0.2% | - |
| HSV(B) | 182.22º | 0.88% | 0.36% | - |
| XYZ | 5.64 | 7.99 | 11.37 | - |
| YUV | 66.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 92 | 0.88 | 0.03 | 0 | 0.64 | 182.22 | 0.79 | 0.2 |
| Hex | B | 59 | 5C | 58 | 3 | 0 | 40 | B6 | 4F | 14 |
| Octal | 13 | 131 | 134 | 130 | 3 | 0 | 100 | 266 | 117 | 24 |
| Binary | 1011 | 1011001 | 1011100 | 1011000 | 11 | 0 | 1000000 | 10110110 | 1001111 | 10100 |
Color Harmonies of #0B595C
Complementary color
Monochromatic Colors of #0B595C
Black with #0B595C
Text Example
Text Example
White with #0B595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B595C; }
p { color: rgb(11,89,92); }
H1.HeaderClassName
{
color: #0B595C;
}
.AnyTagClassName
{
color: #0B595C;
}
</style>
background-color css
<style>
a { background-color: #0B595C; }
a { background-color: rgb(11,89,92); }
div.DivClassName
{
background-color: #0B595C;
}
.BgClassName
{
background-color: #0B595C;
}
</style>
border-color css
<style>
span { border-color: #0B595C; }
span { border-color: rgb(11,89,92); }
td.TdClassName
{
border-color: #0B595C;
}
.TagClassName
{
border-color: #0B595C;
}
</style>