Shades of Mosque #0D545D
Tints of Mosque #0D545D
RGB
CMYK
RGB Variations
Color information
#0D545D (or 0x0D545D) is known color: Mosque. HEX triplet: 0D, 54 and 5D. RGB value is (13,84,93). Sum of RGB (Red+Green+Blue) = 13+84+93=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D545D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D545D is #F2ABA2. Grayscale: #3F3F3F. Windows color (decimal): -15903651 or 6116365. OLE color: 6116365.
HSL color Cylindrical-coordinate representation of color #0D545D: hue angle of 186.75º 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 #0D545D is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 84 | 93 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.64 |
| HSL | 186.75º | 0.75% | 0.21% | - |
| HSV(B) | 186.75º | 0.86% | 0.36% | - |
| XYZ | 5.31 | 7.22 | 11.47 | - |
| YUV | 63.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 93 | 0.86 | 0.10 | 0 | 0.64 | 186.75 | 0.75 | 0.21 |
| Hex | D | 54 | 5D | 56 | A | 0 | 40 | BB | 4B | 15 |
| Octal | 15 | 124 | 135 | 126 | 12 | 0 | 100 | 273 | 113 | 25 |
| Binary | 1101 | 1010100 | 1011101 | 1010110 | 1010 | 0 | 1000000 | 10111011 | 1001011 | 10101 |
Color Harmonies of #0D545D
Complementary color
Monochromatic Colors of #0D545D
Black with #0D545D
Text Example
Text Example
White with #0D545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D545D; }
p { color: rgb(13,84,93); }
H1.HeaderClassName
{
color: #0D545D;
}
.AnyTagClassName
{
color: #0D545D;
}
</style>
background-color css
<style>
a { background-color: #0D545D; }
a { background-color: rgb(13,84,93); }
div.DivClassName
{
background-color: #0D545D;
}
.BgClassName
{
background-color: #0D545D;
}
</style>
border-color css
<style>
span { border-color: #0D545D; }
span { border-color: rgb(13,84,93); }
td.TdClassName
{
border-color: #0D545D;
}
.TagClassName
{
border-color: #0D545D;
}
</style>