Shades of Mosque #0A535F
Tints of Mosque #0A535F
RGB
CMYK
RGB Variations
Color information
#0A535F (or 0x0A535F) is known color: Mosque. HEX triplet: 0A, 53 and 5F. RGB value is (10,83,95). Sum of RGB (Red+Green+Blue) = 10+83+95=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A535F is #F5ACA0. Grayscale: #3E3E3E. Windows color (decimal): -16100513 or 6247178. OLE color: 6247178.
HSL color Cylindrical-coordinate representation of color #0A535F: hue angle of 188.47º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A535F is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 83 | 95 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.63 |
| HSL | 188.47º | 0.81% | 0.21% | - |
| HSV(B) | 188.47º | 0.89% | 0.37% | - |
| XYZ | 5.28 | 7.08 | 11.91 | - |
| YUV | 62.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 95 | 0.89 | 0.13 | 0 | 0.63 | 188.47 | 0.81 | 0.21 |
| Hex | A | 53 | 5F | 59 | D | 0 | 3F | BC | 51 | 15 |
| Octal | 12 | 123 | 137 | 131 | 15 | 0 | 77 | 274 | 121 | 25 |
| Binary | 1010 | 1010011 | 1011111 | 1011001 | 1101 | 0 | 111111 | 10111100 | 1010001 | 10101 |
Color Harmonies of #0A535F
Complementary color
Monochromatic Colors of #0A535F
Black with #0A535F
Text Example
Text Example
White with #0A535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A535F; }
p { color: rgb(10,83,95); }
H1.HeaderClassName
{
color: #0A535F;
}
.AnyTagClassName
{
color: #0A535F;
}
</style>
background-color css
<style>
a { background-color: #0A535F; }
a { background-color: rgb(10,83,95); }
div.DivClassName
{
background-color: #0A535F;
}
.BgClassName
{
background-color: #0A535F;
}
</style>
border-color css
<style>
span { border-color: #0A535F; }
span { border-color: rgb(10,83,95); }
td.TdClassName
{
border-color: #0A535F;
}
.TagClassName
{
border-color: #0A535F;
}
</style>