Shades of Mosque #01665B
Tints of Mosque #01665B
RGB
CMYK
RGB Variations
Color information
#01665B (or 0x01665B) is known color: Mosque. HEX triplet: 01, 66 and 5B. RGB value is (1,102,91). Sum of RGB (Red+Green+Blue) = 1+102+91=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #01665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665B is #FE99A4. Grayscale: #464646. Windows color (decimal): -16685477 or 5989889. OLE color: 5989889.
HSL color Cylindrical-coordinate representation of color #01665B: hue angle of 173.47º 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 #01665B is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 91 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.6 |
| HSL | 173.47º | 0.98% | 0.2% | - |
| HSV(B) | 173.47º | 0.99% | 0.4% | - |
| XYZ | 6.65 | 10.26 | 11.53 | - |
| YUV | 70.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 91 | 0.99 | 0 | 0.11 | 0.6 | 173.47 | 0.98 | 0.2 |
| Hex | 1 | 66 | 5B | 63 | 0 | B | 3C | AD | 62 | 14 |
| Octal | 1 | 146 | 133 | 143 | 0 | 13 | 74 | 255 | 142 | 24 |
| Binary | 1 | 1100110 | 1011011 | 1100011 | 0 | 1011 | 111100 | 10101101 | 1100010 | 10100 |
Color Harmonies of #01665B
Complementary color
Monochromatic Colors of #01665B
Black with #01665B
Text Example
Text Example
White with #01665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01665B; }
p { color: rgb(1,102,91); }
H1.HeaderClassName
{
color: #01665B;
}
.AnyTagClassName
{
color: #01665B;
}
</style>
background-color css
<style>
a { background-color: #01665B; }
a { background-color: rgb(1,102,91); }
div.DivClassName
{
background-color: #01665B;
}
.BgClassName
{
background-color: #01665B;
}
</style>
border-color css
<style>
span { border-color: #01665B; }
span { border-color: rgb(1,102,91); }
td.TdClassName
{
border-color: #01665B;
}
.TagClassName
{
border-color: #01665B;
}
</style>