Shades of Mosque #095F63
Tints of Mosque #095F63
RGB
CMYK
RGB Variations
Color information
#095F63 (or 0x095F63) is known color: Mosque. HEX triplet: 09, 5F and 63. RGB value is (9,95,99). Sum of RGB (Red+Green+Blue) = 9+95+99=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #095F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F63 is #F6A09C. Grayscale: #454545. Windows color (decimal): -16162973 or 6512393. OLE color: 6512393.
HSL color Cylindrical-coordinate representation of color #095F63: hue angle of 182.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F63 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 95 | 99 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.61 |
| HSL | 182.67º | 0.83% | 0.21% | - |
| HSV(B) | 182.67º | 0.91% | 0.39% | - |
| XYZ | 6.46 | 9.14 | 13.23 | - |
| YUV | 69.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 99 | 0.91 | 0.04 | 0 | 0.61 | 182.67 | 0.83 | 0.21 |
| Hex | 9 | 5F | 63 | 5B | 4 | 0 | 3D | B7 | 53 | 15 |
| Octal | 11 | 137 | 143 | 133 | 4 | 0 | 75 | 267 | 123 | 25 |
| Binary | 1001 | 1011111 | 1100011 | 1011011 | 100 | 0 | 111101 | 10110111 | 1010011 | 10101 |
Color Harmonies of #095F63
Complementary color
Monochromatic Colors of #095F63
Black with #095F63
Text Example
Text Example
White with #095F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F63; }
p { color: rgb(9,95,99); }
H1.HeaderClassName
{
color: #095F63;
}
.AnyTagClassName
{
color: #095F63;
}
</style>
background-color css
<style>
a { background-color: #095F63; }
a { background-color: rgb(9,95,99); }
div.DivClassName
{
background-color: #095F63;
}
.BgClassName
{
background-color: #095F63;
}
</style>
border-color css
<style>
span { border-color: #095F63; }
span { border-color: rgb(9,95,99); }
td.TdClassName
{
border-color: #095F63;
}
.TagClassName
{
border-color: #095F63;
}
</style>