Shades of Mosque #0D555A
Tints of Mosque #0D555A
RGB
CMYK
RGB Variations
Color information
#0D555A (or 0x0D555A) is known color: Mosque. HEX triplet: 0D, 55 and 5A. RGB value is (13,85,90). Sum of RGB (Red+Green+Blue) = 13+85+90=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D555A is #F2AAA5. Grayscale: #3F3F3F. Windows color (decimal): -15903398 or 5920013. OLE color: 5920013.
HSL color Cylindrical-coordinate representation of color #0D555A: hue angle of 183.9º 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 #0D555A is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 85 | 90 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.65 |
| HSL | 183.9º | 0.75% | 0.2% | - |
| HSV(B) | 183.9º | 0.86% | 0.35% | - |
| XYZ | 5.26 | 7.32 | 10.81 | - |
| YUV | 64.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 90 | 0.86 | 0.06 | 0 | 0.65 | 183.9 | 0.75 | 0.2 |
| Hex | D | 55 | 5A | 56 | 6 | 0 | 41 | B8 | 4B | 14 |
| Octal | 15 | 125 | 132 | 126 | 6 | 0 | 101 | 270 | 113 | 24 |
| Binary | 1101 | 1010101 | 1011010 | 1010110 | 110 | 0 | 1000001 | 10111000 | 1001011 | 10100 |
Color Harmonies of #0D555A
Complementary color
Monochromatic Colors of #0D555A
Black with #0D555A
Text Example
Text Example
White with #0D555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D555A; }
p { color: rgb(13,85,90); }
H1.HeaderClassName
{
color: #0D555A;
}
.AnyTagClassName
{
color: #0D555A;
}
</style>
background-color css
<style>
a { background-color: #0D555A; }
a { background-color: rgb(13,85,90); }
div.DivClassName
{
background-color: #0D555A;
}
.BgClassName
{
background-color: #0D555A;
}
</style>
border-color css
<style>
span { border-color: #0D555A; }
span { border-color: rgb(13,85,90); }
td.TdClassName
{
border-color: #0D555A;
}
.TagClassName
{
border-color: #0D555A;
}
</style>