Shades of Mosque #0E555C
Tints of Mosque #0E555C
RGB
CMYK
RGB Variations
Color information
#0E555C (or 0x0E555C) is known color: Mosque. HEX triplet: 0E, 55 and 5C. RGB value is (14,85,92). Sum of RGB (Red+Green+Blue) = 14+85+92=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E555C is #F1AAA3. Grayscale: #404040. Windows color (decimal): -15837860 or 6051086. OLE color: 6051086.
HSL color Cylindrical-coordinate representation of color #0E555C: hue angle of 185.38º degrees, saturation: 0.74, 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 #0E555C is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 85 | 92 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.64 |
| HSL | 185.38º | 0.74% | 0.21% | - |
| HSV(B) | 185.38º | 0.85% | 0.36% | - |
| XYZ | 5.36 | 7.36 | 11.26 | - |
| YUV | 64.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 92 | 0.85 | 0.08 | 0 | 0.64 | 185.38 | 0.74 | 0.21 |
| Hex | E | 55 | 5C | 55 | 8 | 0 | 40 | B9 | 4A | 15 |
| Octal | 16 | 125 | 134 | 125 | 10 | 0 | 100 | 271 | 112 | 25 |
| Binary | 1110 | 1010101 | 1011100 | 1010101 | 1000 | 0 | 1000000 | 10111001 | 1001010 | 10101 |
Color Harmonies of #0E555C
Complementary color
Monochromatic Colors of #0E555C
Black with #0E555C
Text Example
Text Example
White with #0E555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E555C; }
p { color: rgb(14,85,92); }
H1.HeaderClassName
{
color: #0E555C;
}
.AnyTagClassName
{
color: #0E555C;
}
</style>
background-color css
<style>
a { background-color: #0E555C; }
a { background-color: rgb(14,85,92); }
div.DivClassName
{
background-color: #0E555C;
}
.BgClassName
{
background-color: #0E555C;
}
</style>
border-color css
<style>
span { border-color: #0E555C; }
span { border-color: rgb(14,85,92); }
td.TdClassName
{
border-color: #0E555C;
}
.TagClassName
{
border-color: #0E555C;
}
</style>