Shades of Mosque #095A4D
Tints of Mosque #095A4D
RGB
CMYK
RGB Variations
Color information
#095A4D (or 0x095A4D) is known color: Mosque. HEX triplet: 09, 5A and 4D. RGB value is (9,90,77). Sum of RGB (Red+Green+Blue) = 9+90+77=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #095A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A4D is #F6A5B2. Grayscale: #404040. Windows color (decimal): -16164275 or 5069321. OLE color: 5069321.
HSL color Cylindrical-coordinate representation of color #095A4D: hue angle of 170.37º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A4D is Cyan = 0.9, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 77 | - |
| CMYK | 0.9 | 0 | 0.14 | 0.65 |
| HSL | 170.37º | 0.82% | 0.19% | - |
| HSV(B) | 170.37º | 0.9% | 0.35% | - |
| XYZ | 5.11 | 7.91 | 8.28 | - |
| YUV | 64.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 77 | 0.9 | 0 | 0.14 | 0.65 | 170.37 | 0.82 | 0.19 |
| Hex | 9 | 5A | 4D | 5A | 0 | E | 41 | AA | 52 | 13 |
| Octal | 11 | 132 | 115 | 132 | 0 | 16 | 101 | 252 | 122 | 23 |
| Binary | 1001 | 1011010 | 1001101 | 1011010 | 0 | 1110 | 1000001 | 10101010 | 1010010 | 10011 |
Color Harmonies of #095A4D
Complementary color
Monochromatic Colors of #095A4D
Black with #095A4D
Text Example
Text Example
White with #095A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A4D; }
p { color: rgb(9,90,77); }
H1.HeaderClassName
{
color: #095A4D;
}
.AnyTagClassName
{
color: #095A4D;
}
</style>
background-color css
<style>
a { background-color: #095A4D; }
a { background-color: rgb(9,90,77); }
div.DivClassName
{
background-color: #095A4D;
}
.BgClassName
{
background-color: #095A4D;
}
</style>
border-color css
<style>
span { border-color: #095A4D; }
span { border-color: rgb(9,90,77); }
td.TdClassName
{
border-color: #095A4D;
}
.TagClassName
{
border-color: #095A4D;
}
</style>