Shades of Mosque #01585C
Tints of Mosque #01585C
RGB
CMYK
RGB Variations
Color information
#01585C (or 0x01585C) is known color: Mosque. HEX triplet: 01, 58 and 5C. RGB value is (1,88,92). Sum of RGB (Red+Green+Blue) = 1+88+92=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #01585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01585C is #FEA7A3. Grayscale: #3E3E3E. Windows color (decimal): -16689060 or 6051841. OLE color: 6051841.
HSL color Cylindrical-coordinate representation of color #01585C: hue angle of 182.64º 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 #01585C is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 88 | 92 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.64 |
| HSL | 182.64º | 0.98% | 0.18% | - |
| HSV(B) | 182.64º | 0.99% | 0.36% | - |
| XYZ | 5.43 | 7.76 | 11.34 | - |
| YUV | 62.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 92 | 0.99 | 0.04 | 0 | 0.64 | 182.64 | 0.98 | 0.18 |
| Hex | 1 | 58 | 5C | 63 | 4 | 0 | 40 | B7 | 62 | 12 |
| Octal | 1 | 130 | 134 | 143 | 4 | 0 | 100 | 267 | 142 | 22 |
| Binary | 1 | 1011000 | 1011100 | 1100011 | 100 | 0 | 1000000 | 10110111 | 1100010 | 10010 |
Color Harmonies of #01585C
Complementary color
Monochromatic Colors of #01585C
Black with #01585C
Text Example
Text Example
White with #01585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01585C; }
p { color: rgb(1,88,92); }
H1.HeaderClassName
{
color: #01585C;
}
.AnyTagClassName
{
color: #01585C;
}
</style>
background-color css
<style>
a { background-color: #01585C; }
a { background-color: rgb(1,88,92); }
div.DivClassName
{
background-color: #01585C;
}
.BgClassName
{
background-color: #01585C;
}
</style>
border-color css
<style>
span { border-color: #01585C; }
span { border-color: rgb(1,88,92); }
td.TdClassName
{
border-color: #01585C;
}
.TagClassName
{
border-color: #01585C;
}
</style>