Shades of Mosque #095B62
Tints of Mosque #095B62
RGB
CMYK
RGB Variations
Color information
#095B62 (or 0x095B62) is known color: Mosque. HEX triplet: 09, 5B and 62. RGB value is (9,91,98). Sum of RGB (Red+Green+Blue) = 9+91+98=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #095B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B62 is #F6A49D. Grayscale: #434343. Windows color (decimal): -16163998 or 6445833. OLE color: 6445833.
HSL color Cylindrical-coordinate representation of color #095B62: hue angle of 184.72º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095B62 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 91 | 98 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.62 |
| HSL | 184.72º | 0.83% | 0.21% | - |
| HSV(B) | 184.72º | 0.91% | 0.38% | - |
| XYZ | 6.06 | 8.42 | 12.86 | - |
| YUV | 67.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 98 | 0.91 | 0.07 | 0 | 0.62 | 184.72 | 0.83 | 0.21 |
| Hex | 9 | 5B | 62 | 5B | 7 | 0 | 3E | B9 | 53 | 15 |
| Octal | 11 | 133 | 142 | 133 | 7 | 0 | 76 | 271 | 123 | 25 |
| Binary | 1001 | 1011011 | 1100010 | 1011011 | 111 | 0 | 111110 | 10111001 | 1010011 | 10101 |
Color Harmonies of #095B62
Complementary color
Monochromatic Colors of #095B62
Black with #095B62
Text Example
Text Example
White with #095B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B62; }
p { color: rgb(9,91,98); }
H1.HeaderClassName
{
color: #095B62;
}
.AnyTagClassName
{
color: #095B62;
}
</style>
background-color css
<style>
a { background-color: #095B62; }
a { background-color: rgb(9,91,98); }
div.DivClassName
{
background-color: #095B62;
}
.BgClassName
{
background-color: #095B62;
}
</style>
border-color css
<style>
span { border-color: #095B62; }
span { border-color: rgb(9,91,98); }
td.TdClassName
{
border-color: #095B62;
}
.TagClassName
{
border-color: #095B62;
}
</style>