Shades of Mosque #0E555B
Tints of Mosque #0E555B
RGB
CMYK
RGB Variations
Color information
#0E555B (or 0x0E555B) is known color: Mosque. HEX triplet: 0E, 55 and 5B. RGB value is (14,85,91). Sum of RGB (Red+Green+Blue) = 14+85+91=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E555B is #F1AAA4. Grayscale: #404040. Windows color (decimal): -15837861 or 5985550. OLE color: 5985550.
HSL color Cylindrical-coordinate representation of color #0E555B: hue angle of 184.68º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E555B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 85 | 91 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.64 |
| HSL | 184.68º | 0.73% | 0.21% | - |
| HSV(B) | 184.68º | 0.85% | 0.36% | - |
| XYZ | 5.32 | 7.35 | 11.04 | - |
| YUV | 64.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 91 | 0.85 | 0.07 | 0 | 0.64 | 184.68 | 0.73 | 0.21 |
| Hex | E | 55 | 5B | 55 | 7 | 0 | 40 | B9 | 49 | 15 |
| Octal | 16 | 125 | 133 | 125 | 7 | 0 | 100 | 271 | 111 | 25 |
| Binary | 1110 | 1010101 | 1011011 | 1010101 | 111 | 0 | 1000000 | 10111001 | 1001001 | 10101 |
Color Harmonies of #0E555B
Complementary color
Monochromatic Colors of #0E555B
Black with #0E555B
Text Example
Text Example
White with #0E555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E555B; }
p { color: rgb(14,85,91); }
H1.HeaderClassName
{
color: #0E555B;
}
.AnyTagClassName
{
color: #0E555B;
}
</style>
background-color css
<style>
a { background-color: #0E555B; }
a { background-color: rgb(14,85,91); }
div.DivClassName
{
background-color: #0E555B;
}
.BgClassName
{
background-color: #0E555B;
}
</style>
border-color css
<style>
span { border-color: #0E555B; }
span { border-color: rgb(14,85,91); }
td.TdClassName
{
border-color: #0E555B;
}
.TagClassName
{
border-color: #0E555B;
}
</style>