Shades of Mosque #01565E
Tints of Mosque #01565E
RGB
CMYK
RGB Variations
Color information
#01565E (or 0x01565E) is known color: Mosque. HEX triplet: 01, 56 and 5E. RGB value is (1,86,94). Sum of RGB (Red+Green+Blue) = 1+86+94=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #01565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01565E is #FEA9A1. Grayscale: #3D3D3D. Windows color (decimal): -16689570 or 6182401. OLE color: 6182401.
HSL color Cylindrical-coordinate representation of color #01565E: hue angle of 185.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01565E is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 86 | 94 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.63 |
| HSL | 185.16º | 0.98% | 0.19% | - |
| HSV(B) | 185.16º | 0.99% | 0.37% | - |
| XYZ | 5.36 | 7.47 | 11.75 | - |
| YUV | 61.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 94 | 0.99 | 0.09 | 0 | 0.63 | 185.16 | 0.98 | 0.19 |
| Hex | 1 | 56 | 5E | 63 | 9 | 0 | 3F | B9 | 62 | 13 |
| Octal | 1 | 126 | 136 | 143 | 11 | 0 | 77 | 271 | 142 | 23 |
| Binary | 1 | 1010110 | 1011110 | 1100011 | 1001 | 0 | 111111 | 10111001 | 1100010 | 10011 |
Color Harmonies of #01565E
Complementary color
Monochromatic Colors of #01565E
Black with #01565E
Text Example
Text Example
White with #01565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01565E; }
p { color: rgb(1,86,94); }
H1.HeaderClassName
{
color: #01565E;
}
.AnyTagClassName
{
color: #01565E;
}
</style>
background-color css
<style>
a { background-color: #01565E; }
a { background-color: rgb(1,86,94); }
div.DivClassName
{
background-color: #01565E;
}
.BgClassName
{
background-color: #01565E;
}
</style>
border-color css
<style>
span { border-color: #01565E; }
span { border-color: rgb(1,86,94); }
td.TdClassName
{
border-color: #01565E;
}
.TagClassName
{
border-color: #01565E;
}
</style>