Shades of Mosque #0D5A4E
Tints of Mosque #0D5A4E
RGB
CMYK
RGB Variations
Color information
#0D5A4E (or 0x0D5A4E) is known color: Mosque. HEX triplet: 0D, 5A and 4E. RGB value is (13,90,78). Sum of RGB (Red+Green+Blue) = 13+90+78=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5A4E is #F2A5B1. Grayscale: #414141. Windows color (decimal): -15902130 or 5134861. OLE color: 5134861.
HSL color Cylindrical-coordinate representation of color #0D5A4E: hue angle of 170.65º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5A4E is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 78 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.65 |
| HSL | 170.65º | 0.75% | 0.2% | - |
| HSV(B) | 170.65º | 0.86% | 0.35% | - |
| XYZ | 5.2 | 7.95 | 8.47 | - |
| YUV | 65.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 78 | 0.86 | 0 | 0.13 | 0.65 | 170.65 | 0.75 | 0.2 |
| Hex | D | 5A | 4E | 56 | 0 | D | 41 | AB | 4B | 14 |
| Octal | 15 | 132 | 116 | 126 | 0 | 15 | 101 | 253 | 113 | 24 |
| Binary | 1101 | 1011010 | 1001110 | 1010110 | 0 | 1101 | 1000001 | 10101011 | 1001011 | 10100 |
Color Harmonies of #0D5A4E
Complementary color
Monochromatic Colors of #0D5A4E
Black with #0D5A4E
Text Example
Text Example
White with #0D5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A4E; }
p { color: rgb(13,90,78); }
H1.HeaderClassName
{
color: #0D5A4E;
}
.AnyTagClassName
{
color: #0D5A4E;
}
</style>
background-color css
<style>
a { background-color: #0D5A4E; }
a { background-color: rgb(13,90,78); }
div.DivClassName
{
background-color: #0D5A4E;
}
.BgClassName
{
background-color: #0D5A4E;
}
</style>
border-color css
<style>
span { border-color: #0D5A4E; }
span { border-color: rgb(13,90,78); }
td.TdClassName
{
border-color: #0D5A4E;
}
.TagClassName
{
border-color: #0D5A4E;
}
</style>