Shades of Mosque #005260
Tints of Mosque #005260
RGB
CMYK
RGB Variations
Color information
#005260 (or 0x005260) is known color: Mosque. HEX triplet: 00, 52 and 60. RGB value is (0,82,96). Sum of RGB (Red+Green+Blue) = 0+82+96=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #005260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005260 is #FFAD9F. Grayscale: #3A3A3A. Windows color (decimal): -16756128 or 6312448. OLE color: 6312448.
HSL color Cylindrical-coordinate representation of color #005260: hue angle of 188.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005260 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 82 | 96 | - |
| CMYK | 1 | 0.15 | 0 | 0.62 |
| HSL | 188.75º | 1% | 0.19% | - |
| HSV(B) | 188.75º | 1% | 0.38% | - |
| XYZ | 5.13 | 6.88 | 12.12 | - |
| YUV | 59.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 96 | 1 | 0.15 | 0 | 0.62 | 188.75 | 1 | 0.19 |
| Hex | 0 | 52 | 60 | 64 | F | 0 | 3E | BD | 64 | 13 |
| Octal | 0 | 122 | 140 | 144 | 17 | 0 | 76 | 275 | 144 | 23 |
| Binary | 0 | 1010010 | 1100000 | 1100100 | 1111 | 0 | 111110 | 10111101 | 1100100 | 10011 |
Color Harmonies of #005260
Complementary color
Monochromatic Colors of #005260
Black with #005260
Text Example
Text Example
White with #005260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005260; }
p { color: rgb(0,82,96); }
H1.HeaderClassName
{
color: #005260;
}
.AnyTagClassName
{
color: #005260;
}
</style>
background-color css
<style>
a { background-color: #005260; }
a { background-color: rgb(0,82,96); }
div.DivClassName
{
background-color: #005260;
}
.BgClassName
{
background-color: #005260;
}
</style>
border-color css
<style>
span { border-color: #005260; }
span { border-color: rgb(0,82,96); }
td.TdClassName
{
border-color: #005260;
}
.TagClassName
{
border-color: #005260;
}
</style>