Shades of Mosque #0D595A
Tints of Mosque #0D595A
RGB
CMYK
RGB Variations
Color information
#0D595A (or 0x0D595A) is known color: Mosque. HEX triplet: 0D, 59 and 5A. RGB value is (13,89,90). Sum of RGB (Red+Green+Blue) = 13+89+90=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D595A is #F2A6A5. Grayscale: #424242. Windows color (decimal): -15902374 or 5921037. OLE color: 5921037.
HSL color Cylindrical-coordinate representation of color #0D595A: hue angle of 180.78º 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 #0D595A is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 90 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.65 |
| HSL | 180.78º | 0.75% | 0.2% | - |
| HSV(B) | 180.78º | 0.86% | 0.35% | - |
| XYZ | 5.58 | 7.97 | 10.92 | - |
| YUV | 66.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 90 | 0.86 | 0.01 | 0 | 0.65 | 180.78 | 0.75 | 0.2 |
| Hex | D | 59 | 5A | 56 | 1 | 0 | 41 | B5 | 4B | 14 |
| Octal | 15 | 131 | 132 | 126 | 1 | 0 | 101 | 265 | 113 | 24 |
| Binary | 1101 | 1011001 | 1011010 | 1010110 | 1 | 0 | 1000001 | 10110101 | 1001011 | 10100 |
Color Harmonies of #0D595A
Complementary color
Monochromatic Colors of #0D595A
Black with #0D595A
Text Example
Text Example
White with #0D595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D595A; }
p { color: rgb(13,89,90); }
H1.HeaderClassName
{
color: #0D595A;
}
.AnyTagClassName
{
color: #0D595A;
}
</style>
background-color css
<style>
a { background-color: #0D595A; }
a { background-color: rgb(13,89,90); }
div.DivClassName
{
background-color: #0D595A;
}
.BgClassName
{
background-color: #0D595A;
}
</style>
border-color css
<style>
span { border-color: #0D595A; }
span { border-color: rgb(13,89,90); }
td.TdClassName
{
border-color: #0D595A;
}
.TagClassName
{
border-color: #0D595A;
}
</style>