Shades of Mosque #0E6153
Tints of Mosque #0E6153
RGB
CMYK
RGB Variations
Color information
#0E6153 (or 0x0E6153) is known color: Mosque. HEX triplet: 0E, 61 and 53. RGB value is (14,97,83). Sum of RGB (Red+Green+Blue) = 14+97+83=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6153 is #F19EAC. Grayscale: #464646. Windows color (decimal): -15834797 or 5464334. OLE color: 5464334.
HSL color Cylindrical-coordinate representation of color #0E6153: hue angle of 169.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6153 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 97 | 83 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.62 |
| HSL | 169.88º | 0.75% | 0.22% | - |
| HSV(B) | 169.88º | 0.86% | 0.38% | - |
| XYZ | 6.02 | 9.27 | 9.66 | - |
| YUV | 70.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 97 | 83 | 0.86 | 0 | 0.14 | 0.62 | 169.88 | 0.75 | 0.22 |
| Hex | E | 61 | 53 | 56 | 0 | E | 3E | AA | 4B | 16 |
| Octal | 16 | 141 | 123 | 126 | 0 | 16 | 76 | 252 | 113 | 26 |
| Binary | 1110 | 1100001 | 1010011 | 1010110 | 0 | 1110 | 111110 | 10101010 | 1001011 | 10110 |
Color Harmonies of #0E6153
Complementary color
Monochromatic Colors of #0E6153
Black with #0E6153
Text Example
Text Example
White with #0E6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6153; }
p { color: rgb(14,97,83); }
H1.HeaderClassName
{
color: #0E6153;
}
.AnyTagClassName
{
color: #0E6153;
}
</style>
background-color css
<style>
a { background-color: #0E6153; }
a { background-color: rgb(14,97,83); }
div.DivClassName
{
background-color: #0E6153;
}
.BgClassName
{
background-color: #0E6153;
}
</style>
border-color css
<style>
span { border-color: #0E6153; }
span { border-color: rgb(14,97,83); }
td.TdClassName
{
border-color: #0E6153;
}
.TagClassName
{
border-color: #0E6153;
}
</style>