Shades of Mosque #01655B
Tints of Mosque #01655B
RGB
CMYK
RGB Variations
Color information
#01655B (or 0x01655B) is known color: Mosque. HEX triplet: 01, 65 and 5B. RGB value is (1,101,91). Sum of RGB (Red+Green+Blue) = 1+101+91=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #01655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01655B is #FE9AA4. Grayscale: #454545. Windows color (decimal): -16685733 or 5989633. OLE color: 5989633.
HSL color Cylindrical-coordinate representation of color #01655B: hue angle of 174º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01655B is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 91 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.60 |
| HSL | 174º | 0.98% | 0.2% | - |
| HSV(B) | 174º | 0.99% | 0.4% | - |
| XYZ | 6.55 | 10.07 | 11.5 | - |
| YUV | 69.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 91 | 0.99 | 0 | 0.10 | 0.60 | 174 | 0.98 | 0.2 |
| Hex | 1 | 65 | 5B | 63 | 0 | A | 3C | AE | 62 | 14 |
| Octal | 1 | 145 | 133 | 143 | 0 | 12 | 74 | 256 | 142 | 24 |
| Binary | 1 | 1100101 | 1011011 | 1100011 | 0 | 1010 | 111100 | 10101110 | 1100010 | 10100 |
Color Harmonies of #01655B
Complementary color
Monochromatic Colors of #01655B
Black with #01655B
Text Example
Text Example
White with #01655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01655B; }
p { color: rgb(1,101,91); }
H1.HeaderClassName
{
color: #01655B;
}
.AnyTagClassName
{
color: #01655B;
}
</style>
background-color css
<style>
a { background-color: #01655B; }
a { background-color: rgb(1,101,91); }
div.DivClassName
{
background-color: #01655B;
}
.BgClassName
{
background-color: #01655B;
}
</style>
border-color css
<style>
span { border-color: #01655B; }
span { border-color: rgb(1,101,91); }
td.TdClassName
{
border-color: #01655B;
}
.TagClassName
{
border-color: #01655B;
}
</style>