Shades of Mosque #015C63
Tints of Mosque #015C63
RGB
CMYK
RGB Variations
Color information
#015C63 (or 0x015C63) is known color: Mosque. HEX triplet: 01, 5C and 63. RGB value is (1,92,99). Sum of RGB (Red+Green+Blue) = 1+92+99=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #015C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C63 is #FEA39C. Grayscale: #414141. Windows color (decimal): -16688029 or 6511617. OLE color: 6511617.
HSL color Cylindrical-coordinate representation of color #015C63: hue angle of 184.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C63 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 92 | 99 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.61 |
| HSL | 184.29º | 0.98% | 0.2% | - |
| HSV(B) | 184.29º | 0.99% | 0.39% | - |
| XYZ | 6.09 | 8.56 | 13.14 | - |
| YUV | 65.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 99 | 0.99 | 0.07 | 0 | 0.61 | 184.29 | 0.98 | 0.2 |
| Hex | 1 | 5C | 63 | 63 | 7 | 0 | 3D | B8 | 62 | 14 |
| Octal | 1 | 134 | 143 | 143 | 7 | 0 | 75 | 270 | 142 | 24 |
| Binary | 1 | 1011100 | 1100011 | 1100011 | 111 | 0 | 111101 | 10111000 | 1100010 | 10100 |
Color Harmonies of #015C63
Complementary color
Monochromatic Colors of #015C63
Black with #015C63
Text Example
Text Example
White with #015C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C63; }
p { color: rgb(1,92,99); }
H1.HeaderClassName
{
color: #015C63;
}
.AnyTagClassName
{
color: #015C63;
}
</style>
background-color css
<style>
a { background-color: #015C63; }
a { background-color: rgb(1,92,99); }
div.DivClassName
{
background-color: #015C63;
}
.BgClassName
{
background-color: #015C63;
}
</style>
border-color css
<style>
span { border-color: #015C63; }
span { border-color: rgb(1,92,99); }
td.TdClassName
{
border-color: #015C63;
}
.TagClassName
{
border-color: #015C63;
}
</style>