Shades of Mosque #0D555D
Tints of Mosque #0D555D
RGB
CMYK
RGB Variations
Color information
#0D555D (or 0x0D555D) is known color: Mosque. HEX triplet: 0D, 55 and 5D. RGB value is (13,85,93). Sum of RGB (Red+Green+Blue) = 13+85+93=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D555D is #F2AAA2. Grayscale: #404040. Windows color (decimal): -15903395 or 6116621. OLE color: 6116621.
HSL color Cylindrical-coordinate representation of color #0D555D: hue angle of 186º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D555D is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 85 | 93 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.64 |
| HSL | 186º | 0.75% | 0.21% | - |
| HSV(B) | 186º | 0.86% | 0.36% | - |
| XYZ | 5.39 | 7.37 | 11.49 | - |
| YUV | 64.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 93 | 0.86 | 0.09 | 0 | 0.64 | 186 | 0.75 | 0.21 |
| Hex | D | 55 | 5D | 56 | 9 | 0 | 40 | BA | 4B | 15 |
| Octal | 15 | 125 | 135 | 126 | 11 | 0 | 100 | 272 | 113 | 25 |
| Binary | 1101 | 1010101 | 1011101 | 1010110 | 1001 | 0 | 1000000 | 10111010 | 1001011 | 10101 |
Color Harmonies of #0D555D
Complementary color
Monochromatic Colors of #0D555D
Black with #0D555D
Text Example
Text Example
White with #0D555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D555D; }
p { color: rgb(13,85,93); }
H1.HeaderClassName
{
color: #0D555D;
}
.AnyTagClassName
{
color: #0D555D;
}
</style>
background-color css
<style>
a { background-color: #0D555D; }
a { background-color: rgb(13,85,93); }
div.DivClassName
{
background-color: #0D555D;
}
.BgClassName
{
background-color: #0D555D;
}
</style>
border-color css
<style>
span { border-color: #0D555D; }
span { border-color: rgb(13,85,93); }
td.TdClassName
{
border-color: #0D555D;
}
.TagClassName
{
border-color: #0D555D;
}
</style>