Shades of Mosque #0D595C
Tints of Mosque #0D595C
RGB
CMYK
RGB Variations
Color information
#0D595C (or 0x0D595C) is known color: Mosque. HEX triplet: 0D, 59 and 5C. RGB value is (13,89,92). Sum of RGB (Red+Green+Blue) = 13+89+92=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D595C is #F2A6A3. Grayscale: #424242. Windows color (decimal): -15902372 or 6052109. OLE color: 6052109.
HSL color Cylindrical-coordinate representation of color #0D595C: hue angle of 182.28º 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 #0D595C is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 89 | 92 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.64 |
| HSL | 182.28º | 0.75% | 0.21% | - |
| HSV(B) | 182.28º | 0.86% | 0.36% | - |
| XYZ | 5.67 | 8 | 11.37 | - |
| YUV | 66.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 92 | 0.86 | 0.03 | 0 | 0.64 | 182.28 | 0.75 | 0.21 |
| Hex | D | 59 | 5C | 56 | 3 | 0 | 40 | B6 | 4B | 15 |
| Octal | 15 | 131 | 134 | 126 | 3 | 0 | 100 | 266 | 113 | 25 |
| Binary | 1101 | 1011001 | 1011100 | 1010110 | 11 | 0 | 1000000 | 10110110 | 1001011 | 10101 |
Color Harmonies of #0D595C
Complementary color
Monochromatic Colors of #0D595C
Black with #0D595C
Text Example
Text Example
White with #0D595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D595C; }
p { color: rgb(13,89,92); }
H1.HeaderClassName
{
color: #0D595C;
}
.AnyTagClassName
{
color: #0D595C;
}
</style>
background-color css
<style>
a { background-color: #0D595C; }
a { background-color: rgb(13,89,92); }
div.DivClassName
{
background-color: #0D595C;
}
.BgClassName
{
background-color: #0D595C;
}
</style>
border-color css
<style>
span { border-color: #0D595C; }
span { border-color: rgb(13,89,92); }
td.TdClassName
{
border-color: #0D595C;
}
.TagClassName
{
border-color: #0D595C;
}
</style>