Shades of Mosque #01665A
Tints of Mosque #01665A
RGB
CMYK
RGB Variations
Color information
#01665A (or 0x01665A) is known color: Mosque. HEX triplet: 01, 66 and 5A. RGB value is (1,102,90). Sum of RGB (Red+Green+Blue) = 1+102+90=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #01665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665A is #FE99A5. Grayscale: #464646. Windows color (decimal): -16685478 or 5924353. OLE color: 5924353.
HSL color Cylindrical-coordinate representation of color #01665A: hue angle of 172.87º 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 #01665A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 90 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.6 |
| HSL | 172.87º | 0.98% | 0.2% | - |
| HSV(B) | 172.87º | 0.99% | 0.4% | - |
| XYZ | 6.61 | 10.25 | 11.3 | - |
| YUV | 70.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 90 | 0.99 | 0 | 0.12 | 0.6 | 172.87 | 0.98 | 0.2 |
| Hex | 1 | 66 | 5A | 63 | 0 | C | 3C | AD | 62 | 14 |
| Octal | 1 | 146 | 132 | 143 | 0 | 14 | 74 | 255 | 142 | 24 |
| Binary | 1 | 1100110 | 1011010 | 1100011 | 0 | 1100 | 111100 | 10101101 | 1100010 | 10100 |
Color Harmonies of #01665A
Complementary color
Monochromatic Colors of #01665A
Black with #01665A
Text Example
Text Example
White with #01665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01665A; }
p { color: rgb(1,102,90); }
H1.HeaderClassName
{
color: #01665A;
}
.AnyTagClassName
{
color: #01665A;
}
</style>
background-color css
<style>
a { background-color: #01665A; }
a { background-color: rgb(1,102,90); }
div.DivClassName
{
background-color: #01665A;
}
.BgClassName
{
background-color: #01665A;
}
</style>
border-color css
<style>
span { border-color: #01665A; }
span { border-color: rgb(1,102,90); }
td.TdClassName
{
border-color: #01665A;
}
.TagClassName
{
border-color: #01665A;
}
</style>