Shades of Mosque #0D555C
Tints of Mosque #0D555C
RGB
CMYK
RGB Variations
Color information
#0D555C (or 0x0D555C) is known color: Mosque. HEX triplet: 0D, 55 and 5C. RGB value is (13,85,92). Sum of RGB (Red+Green+Blue) = 13+85+92=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D555C is #F2AAA3. Grayscale: #404040. Windows color (decimal): -15903396 or 6051085. OLE color: 6051085.
HSL color Cylindrical-coordinate representation of color #0D555C: hue angle of 185.32º 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 #0D555C is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 85 | 92 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.64 |
| HSL | 185.32º | 0.75% | 0.21% | - |
| HSV(B) | 185.32º | 0.86% | 0.36% | - |
| XYZ | 5.35 | 7.36 | 11.26 | - |
| YUV | 64.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 92 | 0.86 | 0.08 | 0 | 0.64 | 185.32 | 0.75 | 0.21 |
| Hex | D | 55 | 5C | 56 | 8 | 0 | 40 | B9 | 4B | 15 |
| Octal | 15 | 125 | 134 | 126 | 10 | 0 | 100 | 271 | 113 | 25 |
| Binary | 1101 | 1010101 | 1011100 | 1010110 | 1000 | 0 | 1000000 | 10111001 | 1001011 | 10101 |
Color Harmonies of #0D555C
Complementary color
Monochromatic Colors of #0D555C
Black with #0D555C
Text Example
Text Example
White with #0D555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D555C; }
p { color: rgb(13,85,92); }
H1.HeaderClassName
{
color: #0D555C;
}
.AnyTagClassName
{
color: #0D555C;
}
</style>
background-color css
<style>
a { background-color: #0D555C; }
a { background-color: rgb(13,85,92); }
div.DivClassName
{
background-color: #0D555C;
}
.BgClassName
{
background-color: #0D555C;
}
</style>
border-color css
<style>
span { border-color: #0D555C; }
span { border-color: rgb(13,85,92); }
td.TdClassName
{
border-color: #0D555C;
}
.TagClassName
{
border-color: #0D555C;
}
</style>