Shades of Mosque #01595B
Tints of Mosque #01595B
RGB
CMYK
RGB Variations
Color information
#01595B (or 0x01595B) is known color: Mosque. HEX triplet: 01, 59 and 5B. RGB value is (1,89,91). Sum of RGB (Red+Green+Blue) = 1+89+91=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #01595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01595B is #FEA6A4. Grayscale: #3E3E3E. Windows color (decimal): -16688805 or 5986561. OLE color: 5986561.
HSL color Cylindrical-coordinate representation of color #01595B: hue angle of 181.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01595B is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 1 | 89 | 91 | - |
CMYK | 0.99 | 0.02 | 0 | 0.64 |
HSL | 181.33º | 0.98% | 0.18% | - |
HSV(B) | 181.33º | 0.99% | 0.36% | - |
XYZ | 5.47 | 7.91 | 11.14 | - |
YUV | 62.92 | 143.85 | 83.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 89 | 91 | 0.99 | 0.02 | 0 | 0.64 | 181.33 | 0.98 | 0.18 |
Hex | 1 | 59 | 5B | 63 | 2 | 0 | 40 | B5 | 62 | 12 |
Octal | 1 | 131 | 133 | 143 | 2 | 0 | 100 | 265 | 142 | 22 |
Binary | 1 | 1011001 | 1011011 | 1100011 | 10 | 0 | 1000000 | 10110101 | 1100010 | 10010 |
Color Harmonies of #01595B
Complementary color
Monochromatic Colors of #01595B
Black with #01595B
Text Example
Text Example
White with #01595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01595B; }
p { color: rgb(1,89,91); }
H1.HeaderClassName
{
color: #01595B;
}
.AnyTagClassName
{
color: #01595B;
}
</style>
background-color css
<style>
a { background-color: #01595B; }
a { background-color: rgb(1,89,91); }
div.DivClassName
{
background-color: #01595B;
}
.BgClassName
{
background-color: #01595B;
}
</style>
border-color css
<style>
span { border-color: #01595B; }
span { border-color: rgb(1,89,91); }
td.TdClassName
{
border-color: #01595B;
}
.TagClassName
{
border-color: #01595B;
}
</style>