Shades of Mosque #0B555D
Tints of Mosque #0B555D
RGB
CMYK
RGB Variations
Color information
#0B555D (or 0x0B555D) is known color: Mosque. HEX triplet: 0B, 55 and 5D. RGB value is (11,85,93). Sum of RGB (Red+Green+Blue) = 11+85+93=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B555D is #F4AAA2. Grayscale: #3F3F3F. Windows color (decimal): -16034467 or 6116619. OLE color: 6116619.
HSL color Cylindrical-coordinate representation of color #0B555D: hue angle of 185.85º 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 #0B555D is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 85 | 93 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.64 |
| HSL | 185.85º | 0.79% | 0.2% | - |
| HSV(B) | 185.85º | 0.88% | 0.36% | - |
| XYZ | 5.36 | 7.36 | 11.49 | - |
| YUV | 63.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 93 | 0.88 | 0.09 | 0 | 0.64 | 185.85 | 0.79 | 0.2 |
| Hex | B | 55 | 5D | 58 | 9 | 0 | 40 | BA | 4F | 14 |
| Octal | 13 | 125 | 135 | 130 | 11 | 0 | 100 | 272 | 117 | 24 |
| Binary | 1011 | 1010101 | 1011101 | 1011000 | 1001 | 0 | 1000000 | 10111010 | 1001111 | 10100 |
Color Harmonies of #0B555D
Complementary color
Monochromatic Colors of #0B555D
Black with #0B555D
Text Example
Text Example
White with #0B555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B555D; }
p { color: rgb(11,85,93); }
H1.HeaderClassName
{
color: #0B555D;
}
.AnyTagClassName
{
color: #0B555D;
}
</style>
background-color css
<style>
a { background-color: #0B555D; }
a { background-color: rgb(11,85,93); }
div.DivClassName
{
background-color: #0B555D;
}
.BgClassName
{
background-color: #0B555D;
}
</style>
border-color css
<style>
span { border-color: #0B555D; }
span { border-color: rgb(11,85,93); }
td.TdClassName
{
border-color: #0B555D;
}
.TagClassName
{
border-color: #0B555D;
}
</style>