Shades of Mosque #0E555A
Tints of Mosque #0E555A
RGB
CMYK
RGB Variations
Color information
#0E555A (or 0x0E555A) is known color: Mosque. HEX triplet: 0E, 55 and 5A. RGB value is (14,85,90). Sum of RGB (Red+Green+Blue) = 14+85+90=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E555A is #F1AAA5. Grayscale: #404040. Windows color (decimal): -15837862 or 5920014. OLE color: 5920014.
HSL color Cylindrical-coordinate representation of color #0E555A: hue angle of 183.95º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E555A is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 85 | 90 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.65 |
| HSL | 183.95º | 0.73% | 0.2% | - |
| HSV(B) | 183.95º | 0.84% | 0.35% | - |
| XYZ | 5.28 | 7.33 | 10.81 | - |
| YUV | 64.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 90 | 0.84 | 0.06 | 0 | 0.65 | 183.95 | 0.73 | 0.2 |
| Hex | E | 55 | 5A | 54 | 6 | 0 | 41 | B8 | 49 | 14 |
| Octal | 16 | 125 | 132 | 124 | 6 | 0 | 101 | 270 | 111 | 24 |
| Binary | 1110 | 1010101 | 1011010 | 1010100 | 110 | 0 | 1000001 | 10111000 | 1001001 | 10100 |
Color Harmonies of #0E555A
Complementary color
Monochromatic Colors of #0E555A
Black with #0E555A
Text Example
Text Example
White with #0E555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E555A; }
p { color: rgb(14,85,90); }
H1.HeaderClassName
{
color: #0E555A;
}
.AnyTagClassName
{
color: #0E555A;
}
</style>
background-color css
<style>
a { background-color: #0E555A; }
a { background-color: rgb(14,85,90); }
div.DivClassName
{
background-color: #0E555A;
}
.BgClassName
{
background-color: #0E555A;
}
</style>
border-color css
<style>
span { border-color: #0E555A; }
span { border-color: rgb(14,85,90); }
td.TdClassName
{
border-color: #0E555A;
}
.TagClassName
{
border-color: #0E555A;
}
</style>