Shades of Mosque #016A5E
Tints of Mosque #016A5E
RGB
CMYK
RGB Variations
Color information
#016A5E (or 0x016A5E) is known color: Mosque. HEX triplet: 01, 6A and 5E. RGB value is (1,106,94). Sum of RGB (Red+Green+Blue) = 1+106+94=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #016A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A5E is #FE95A1. Grayscale: #494949. Windows color (decimal): -16684450 or 6187521. OLE color: 6187521.
HSL color Cylindrical-coordinate representation of color #016A5E: hue angle of 173.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A5E is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 94 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.58 |
| HSL | 173.14º | 0.98% | 0.21% | - |
| HSV(B) | 173.14º | 0.99% | 0.42% | - |
| XYZ | 7.19 | 11.12 | 12.36 | - |
| YUV | 73.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 94 | 0.99 | 0 | 0.11 | 0.58 | 173.14 | 0.98 | 0.21 |
| Hex | 1 | 6A | 5E | 63 | 0 | B | 3A | AD | 62 | 15 |
| Octal | 1 | 152 | 136 | 143 | 0 | 13 | 72 | 255 | 142 | 25 |
| Binary | 1 | 1101010 | 1011110 | 1100011 | 0 | 1011 | 111010 | 10101101 | 1100010 | 10101 |
Color Harmonies of #016A5E
Complementary color
Monochromatic Colors of #016A5E
Black with #016A5E
Text Example
Text Example
White with #016A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A5E; }
p { color: rgb(1,106,94); }
H1.HeaderClassName
{
color: #016A5E;
}
.AnyTagClassName
{
color: #016A5E;
}
</style>
background-color css
<style>
a { background-color: #016A5E; }
a { background-color: rgb(1,106,94); }
div.DivClassName
{
background-color: #016A5E;
}
.BgClassName
{
background-color: #016A5E;
}
</style>
border-color css
<style>
span { border-color: #016A5E; }
span { border-color: rgb(1,106,94); }
td.TdClassName
{
border-color: #016A5E;
}
.TagClassName
{
border-color: #016A5E;
}
</style>