Shades of Mosque #01645C
Tints of Mosque #01645C
RGB
CMYK
RGB Variations
Color information
#01645C (or 0x01645C) is known color: Mosque. HEX triplet: 01, 64 and 5C. RGB value is (1,100,92). Sum of RGB (Red+Green+Blue) = 1+100+92=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #01645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01645C is #FE9BA3. Grayscale: #454545. Windows color (decimal): -16685988 or 6054913. OLE color: 6054913.
HSL color Cylindrical-coordinate representation of color #01645C: hue angle of 175.15º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01645C is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 92 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.61 |
| HSL | 175.15º | 0.98% | 0.2% | - |
| HSV(B) | 175.15º | 0.99% | 0.39% | - |
| XYZ | 6.5 | 9.89 | 11.69 | - |
| YUV | 69.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 92 | 0.99 | 0 | 0.08 | 0.61 | 175.15 | 0.98 | 0.2 |
| Hex | 1 | 64 | 5C | 63 | 0 | 8 | 3D | AF | 62 | 14 |
| Octal | 1 | 144 | 134 | 143 | 0 | 10 | 75 | 257 | 142 | 24 |
| Binary | 1 | 1100100 | 1011100 | 1100011 | 0 | 1000 | 111101 | 10101111 | 1100010 | 10100 |
Color Harmonies of #01645C
Complementary color
Monochromatic Colors of #01645C
Black with #01645C
Text Example
Text Example
White with #01645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01645C; }
p { color: rgb(1,100,92); }
H1.HeaderClassName
{
color: #01645C;
}
.AnyTagClassName
{
color: #01645C;
}
</style>
background-color css
<style>
a { background-color: #01645C; }
a { background-color: rgb(1,100,92); }
div.DivClassName
{
background-color: #01645C;
}
.BgClassName
{
background-color: #01645C;
}
</style>
border-color css
<style>
span { border-color: #01645C; }
span { border-color: rgb(1,100,92); }
td.TdClassName
{
border-color: #01645C;
}
.TagClassName
{
border-color: #01645C;
}
</style>