Shades of Mosque #0B5A5D
Tints of Mosque #0B5A5D
RGB
CMYK
RGB Variations
Color information
#0B5A5D (or 0x0B5A5D) is known color: Mosque. HEX triplet: 0B, 5A and 5D. RGB value is (11,90,93). Sum of RGB (Red+Green+Blue) = 11+90+93=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B5A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A5D is #F4A5A2. Grayscale: #424242. Windows color (decimal): -16033187 or 6117899. OLE color: 6117899.
HSL color Cylindrical-coordinate representation of color #0B5A5D: hue angle of 182.2º 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 #0B5A5D is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 90 | 93 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.64 |
| HSL | 182.2º | 0.79% | 0.2% | - |
| HSV(B) | 182.2º | 0.88% | 0.36% | - |
| XYZ | 5.77 | 8.17 | 11.63 | - |
| YUV | 66.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 93 | 0.88 | 0.03 | 0 | 0.64 | 182.2 | 0.79 | 0.2 |
| Hex | B | 5A | 5D | 58 | 3 | 0 | 40 | B6 | 4F | 14 |
| Octal | 13 | 132 | 135 | 130 | 3 | 0 | 100 | 266 | 117 | 24 |
| Binary | 1011 | 1011010 | 1011101 | 1011000 | 11 | 0 | 1000000 | 10110110 | 1001111 | 10100 |
Color Harmonies of #0B5A5D
Complementary color
Monochromatic Colors of #0B5A5D
Black with #0B5A5D
Text Example
Text Example
White with #0B5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A5D; }
p { color: rgb(11,90,93); }
H1.HeaderClassName
{
color: #0B5A5D;
}
.AnyTagClassName
{
color: #0B5A5D;
}
</style>
background-color css
<style>
a { background-color: #0B5A5D; }
a { background-color: rgb(11,90,93); }
div.DivClassName
{
background-color: #0B5A5D;
}
.BgClassName
{
background-color: #0B5A5D;
}
</style>
border-color css
<style>
span { border-color: #0B5A5D; }
span { border-color: rgb(11,90,93); }
td.TdClassName
{
border-color: #0B5A5D;
}
.TagClassName
{
border-color: #0B5A5D;
}
</style>