Shades of Mosque #0D565F
Tints of Mosque #0D565F
RGB
CMYK
RGB Variations
Color information
#0D565F (or 0x0D565F) is known color: Mosque. HEX triplet: 0D, 56 and 5F. RGB value is (13,86,95). Sum of RGB (Red+Green+Blue) = 13+86+95=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D565F is #F2A9A0. Grayscale: #414141. Windows color (decimal): -15903137 or 6247949. OLE color: 6247949.
HSL color Cylindrical-coordinate representation of color #0D565F: hue angle of 186.59º 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 #0D565F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 86 | 95 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.63 |
| HSL | 186.59º | 0.76% | 0.21% | - |
| HSV(B) | 186.59º | 0.86% | 0.37% | - |
| XYZ | 5.56 | 7.57 | 11.99 | - |
| YUV | 65.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 95 | 0.86 | 0.09 | 0 | 0.63 | 186.59 | 0.76 | 0.21 |
| Hex | D | 56 | 5F | 56 | 9 | 0 | 3F | BB | 4C | 15 |
| Octal | 15 | 126 | 137 | 126 | 11 | 0 | 77 | 273 | 114 | 25 |
| Binary | 1101 | 1010110 | 1011111 | 1010110 | 1001 | 0 | 111111 | 10111011 | 1001100 | 10101 |
Color Harmonies of #0D565F
Complementary color
Monochromatic Colors of #0D565F
Black with #0D565F
Text Example
Text Example
White with #0D565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D565F; }
p { color: rgb(13,86,95); }
H1.HeaderClassName
{
color: #0D565F;
}
.AnyTagClassName
{
color: #0D565F;
}
</style>
background-color css
<style>
a { background-color: #0D565F; }
a { background-color: rgb(13,86,95); }
div.DivClassName
{
background-color: #0D565F;
}
.BgClassName
{
background-color: #0D565F;
}
</style>
border-color css
<style>
span { border-color: #0D565F; }
span { border-color: rgb(13,86,95); }
td.TdClassName
{
border-color: #0D565F;
}
.TagClassName
{
border-color: #0D565F;
}
</style>