Shades of Mosque #0A555C
Tints of Mosque #0A555C
RGB
CMYK
RGB Variations
Color information
#0A555C (or 0x0A555C) is known color: Mosque. HEX triplet: 0A, 55 and 5C. RGB value is (10,85,92). Sum of RGB (Red+Green+Blue) = 10+85+92=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A555C is #F5AAA3. Grayscale: #3F3F3F. Windows color (decimal): -16100004 or 6051082. OLE color: 6051082.
HSL color Cylindrical-coordinate representation of color #0A555C: hue angle of 185.12º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A555C is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 85 | 92 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.64 |
| HSL | 185.12º | 0.8% | 0.2% | - |
| HSV(B) | 185.12º | 0.89% | 0.36% | - |
| XYZ | 5.31 | 7.33 | 11.26 | - |
| YUV | 63.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 92 | 0.89 | 0.08 | 0 | 0.64 | 185.12 | 0.8 | 0.2 |
| Hex | A | 55 | 5C | 59 | 8 | 0 | 40 | B9 | 50 | 14 |
| Octal | 12 | 125 | 134 | 131 | 10 | 0 | 100 | 271 | 120 | 24 |
| Binary | 1010 | 1010101 | 1011100 | 1011001 | 1000 | 0 | 1000000 | 10111001 | 1010000 | 10100 |
Color Harmonies of #0A555C
Complementary color
Monochromatic Colors of #0A555C
Black with #0A555C
Text Example
Text Example
White with #0A555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A555C; }
p { color: rgb(10,85,92); }
H1.HeaderClassName
{
color: #0A555C;
}
.AnyTagClassName
{
color: #0A555C;
}
</style>
background-color css
<style>
a { background-color: #0A555C; }
a { background-color: rgb(10,85,92); }
div.DivClassName
{
background-color: #0A555C;
}
.BgClassName
{
background-color: #0A555C;
}
</style>
border-color css
<style>
span { border-color: #0A555C; }
span { border-color: rgb(10,85,92); }
td.TdClassName
{
border-color: #0A555C;
}
.TagClassName
{
border-color: #0A555C;
}
</style>