Shades of Mosque #0D545F
Tints of Mosque #0D545F
RGB
CMYK
RGB Variations
Color information
#0D545F (or 0x0D545F) is known color: Mosque. HEX triplet: 0D, 54 and 5F. RGB value is (13,84,95). Sum of RGB (Red+Green+Blue) = 13+84+95=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D545F is #F2ABA0. Grayscale: #3F3F3F. Windows color (decimal): -15903649 or 6247437. OLE color: 6247437.
HSL color Cylindrical-coordinate representation of color #0D545F: hue angle of 188.05º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D545F is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 84 | 95 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.63 |
| HSL | 188.05º | 0.76% | 0.21% | - |
| HSV(B) | 188.05º | 0.86% | 0.37% | - |
| XYZ | 5.4 | 7.25 | 11.94 | - |
| YUV | 64.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 95 | 0.86 | 0.12 | 0 | 0.63 | 188.05 | 0.76 | 0.21 |
| Hex | D | 54 | 5F | 56 | C | 0 | 3F | BC | 4C | 15 |
| Octal | 15 | 124 | 137 | 126 | 14 | 0 | 77 | 274 | 114 | 25 |
| Binary | 1101 | 1010100 | 1011111 | 1010110 | 1100 | 0 | 111111 | 10111100 | 1001100 | 10101 |
Color Harmonies of #0D545F
Complementary color
Monochromatic Colors of #0D545F
Black with #0D545F
Text Example
Text Example
White with #0D545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D545F; }
p { color: rgb(13,84,95); }
H1.HeaderClassName
{
color: #0D545F;
}
.AnyTagClassName
{
color: #0D545F;
}
</style>
background-color css
<style>
a { background-color: #0D545F; }
a { background-color: rgb(13,84,95); }
div.DivClassName
{
background-color: #0D545F;
}
.BgClassName
{
background-color: #0D545F;
}
</style>
border-color css
<style>
span { border-color: #0D545F; }
span { border-color: rgb(13,84,95); }
td.TdClassName
{
border-color: #0D545F;
}
.TagClassName
{
border-color: #0D545F;
}
</style>