Shades of Mosque #0D585B
Tints of Mosque #0D585B
RGB
CMYK
RGB Variations
Color information
#0D585B (or 0x0D585B) is known color: Mosque. HEX triplet: 0D, 58 and 5B. RGB value is (13,88,91). Sum of RGB (Red+Green+Blue) = 13+88+91=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D585B is #F2A7A4. Grayscale: #414141. Windows color (decimal): -15902629 or 5986317. OLE color: 5986317.
HSL color Cylindrical-coordinate representation of color #0D585B: hue angle of 182.31º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D585B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 88 | 91 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.64 |
| HSL | 182.31º | 0.75% | 0.2% | - |
| HSV(B) | 182.31º | 0.86% | 0.36% | - |
| XYZ | 5.54 | 7.82 | 11.11 | - |
| YUV | 65.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 91 | 0.86 | 0.03 | 0 | 0.64 | 182.31 | 0.75 | 0.2 |
| Hex | D | 58 | 5B | 56 | 3 | 0 | 40 | B6 | 4B | 14 |
| Octal | 15 | 130 | 133 | 126 | 3 | 0 | 100 | 266 | 113 | 24 |
| Binary | 1101 | 1011000 | 1011011 | 1010110 | 11 | 0 | 1000000 | 10110110 | 1001011 | 10100 |
Color Harmonies of #0D585B
Complementary color
Monochromatic Colors of #0D585B
Black with #0D585B
Text Example
Text Example
White with #0D585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D585B; }
p { color: rgb(13,88,91); }
H1.HeaderClassName
{
color: #0D585B;
}
.AnyTagClassName
{
color: #0D585B;
}
</style>
background-color css
<style>
a { background-color: #0D585B; }
a { background-color: rgb(13,88,91); }
div.DivClassName
{
background-color: #0D585B;
}
.BgClassName
{
background-color: #0D585B;
}
</style>
border-color css
<style>
span { border-color: #0D585B; }
span { border-color: rgb(13,88,91); }
td.TdClassName
{
border-color: #0D585B;
}
.TagClassName
{
border-color: #0D585B;
}
</style>