Shades of Mosque #015F62
Tints of Mosque #015F62
RGB
CMYK
RGB Variations
Color information
#015F62 (or 0x015F62) is known color: Mosque. HEX triplet: 01, 5F and 62. RGB value is (1,95,98). Sum of RGB (Red+Green+Blue) = 1+95+98=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #015F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F62 is #FEA09D. Grayscale: #434343. Windows color (decimal): -16687262 or 6446849. OLE color: 6446849.
HSL color Cylindrical-coordinate representation of color #015F62: hue angle of 181.86º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F62 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 95 | 98 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.62 |
| HSL | 181.86º | 0.98% | 0.19% | - |
| HSV(B) | 181.86º | 0.99% | 0.38% | - |
| XYZ | 6.31 | 9.07 | 12.97 | - |
| YUV | 67.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 98 | 0.99 | 0.03 | 0 | 0.62 | 181.86 | 0.98 | 0.19 |
| Hex | 1 | 5F | 62 | 63 | 3 | 0 | 3E | B6 | 62 | 13 |
| Octal | 1 | 137 | 142 | 143 | 3 | 0 | 76 | 266 | 142 | 23 |
| Binary | 1 | 1011111 | 1100010 | 1100011 | 11 | 0 | 111110 | 10110110 | 1100010 | 10011 |
Color Harmonies of #015F62
Complementary color
Monochromatic Colors of #015F62
Black with #015F62
Text Example
Text Example
White with #015F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F62; }
p { color: rgb(1,95,98); }
H1.HeaderClassName
{
color: #015F62;
}
.AnyTagClassName
{
color: #015F62;
}
</style>
background-color css
<style>
a { background-color: #015F62; }
a { background-color: rgb(1,95,98); }
div.DivClassName
{
background-color: #015F62;
}
.BgClassName
{
background-color: #015F62;
}
</style>
border-color css
<style>
span { border-color: #015F62; }
span { border-color: rgb(1,95,98); }
td.TdClassName
{
border-color: #015F62;
}
.TagClassName
{
border-color: #015F62;
}
</style>