Shades of Mosque #01555C
Tints of Mosque #01555C
RGB
CMYK
RGB Variations
Color information
#01555C (or 0x01555C) is known color: Mosque. HEX triplet: 01, 55 and 5C. RGB value is (1,85,92). Sum of RGB (Red+Green+Blue) = 1+85+92=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #01555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01555C is #FEAAA3. Grayscale: #3C3C3C. Windows color (decimal): -16689828 or 6051073. OLE color: 6051073.
HSL color Cylindrical-coordinate representation of color #01555C: hue angle of 184.62º 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 #01555C is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 85 | 92 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.64 |
| HSL | 184.62º | 0.98% | 0.18% | - |
| HSV(B) | 184.62º | 0.99% | 0.36% | - |
| XYZ | 5.19 | 7.28 | 11.26 | - |
| YUV | 60.68 | 145.67 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 92 | 0.99 | 0.08 | 0 | 0.64 | 184.62 | 0.98 | 0.18 |
| Hex | 1 | 55 | 5C | 63 | 8 | 0 | 40 | B9 | 62 | 12 |
| Octal | 1 | 125 | 134 | 143 | 10 | 0 | 100 | 271 | 142 | 22 |
| Binary | 1 | 1010101 | 1011100 | 1100011 | 1000 | 0 | 1000000 | 10111001 | 1100010 | 10010 |
Color Harmonies of #01555C
Complementary color
Monochromatic Colors of #01555C
Black with #01555C
Text Example
Text Example
White with #01555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01555C; }
p { color: rgb(1,85,92); }
H1.HeaderClassName
{
color: #01555C;
}
.AnyTagClassName
{
color: #01555C;
}
</style>
background-color css
<style>
a { background-color: #01555C; }
a { background-color: rgb(1,85,92); }
div.DivClassName
{
background-color: #01555C;
}
.BgClassName
{
background-color: #01555C;
}
</style>
border-color css
<style>
span { border-color: #01555C; }
span { border-color: rgb(1,85,92); }
td.TdClassName
{
border-color: #01555C;
}
.TagClassName
{
border-color: #01555C;
}
</style>