Shades of Mosque #0D565A
Tints of Mosque #0D565A
RGB
CMYK
RGB Variations
Color information
#0D565A (or 0x0D565A) is known color: Mosque. HEX triplet: 0D, 56 and 5A. RGB value is (13,86,90). Sum of RGB (Red+Green+Blue) = 13+86+90=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D565A is #F2A9A5. Grayscale: #404040. Windows color (decimal): -15903142 or 5920269. OLE color: 5920269.
HSL color Cylindrical-coordinate representation of color #0D565A: hue angle of 183.12º 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 #0D565A is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 86 | 90 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.65 |
| HSL | 183.12º | 0.75% | 0.2% | - |
| HSV(B) | 183.12º | 0.86% | 0.35% | - |
| XYZ | 5.34 | 7.48 | 10.84 | - |
| YUV | 64.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 90 | 0.86 | 0.04 | 0 | 0.65 | 183.12 | 0.75 | 0.2 |
| Hex | D | 56 | 5A | 56 | 4 | 0 | 41 | B7 | 4B | 14 |
| Octal | 15 | 126 | 132 | 126 | 4 | 0 | 101 | 267 | 113 | 24 |
| Binary | 1101 | 1010110 | 1011010 | 1010110 | 100 | 0 | 1000001 | 10110111 | 1001011 | 10100 |
Color Harmonies of #0D565A
Complementary color
Monochromatic Colors of #0D565A
Black with #0D565A
Text Example
Text Example
White with #0D565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D565A; }
p { color: rgb(13,86,90); }
H1.HeaderClassName
{
color: #0D565A;
}
.AnyTagClassName
{
color: #0D565A;
}
</style>
background-color css
<style>
a { background-color: #0D565A; }
a { background-color: rgb(13,86,90); }
div.DivClassName
{
background-color: #0D565A;
}
.BgClassName
{
background-color: #0D565A;
}
</style>
border-color css
<style>
span { border-color: #0D565A; }
span { border-color: rgb(13,86,90); }
td.TdClassName
{
border-color: #0D565A;
}
.TagClassName
{
border-color: #0D565A;
}
</style>