Shades of Mosque #02545D
Tints of Mosque #02545D
RGB
CMYK
RGB Variations
Color information
#02545D (or 0x02545D) is known color: Mosque. HEX triplet: 02, 54 and 5D. RGB value is (2,84,93). Sum of RGB (Red+Green+Blue) = 2+84+93=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #02545D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02545D is #FDABA2. Grayscale: #3C3C3C. Windows color (decimal): -16624547 or 6116354. OLE color: 6116354.
HSL color Cylindrical-coordinate representation of color #02545D: hue angle of 185.93º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02545D is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 84 | 93 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.64 |
| HSL | 185.93º | 0.96% | 0.19% | - |
| HSV(B) | 185.93º | 0.98% | 0.36% | - |
| XYZ | 5.17 | 7.14 | 11.46 | - |
| YUV | 60.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 93 | 0.98 | 0.10 | 0 | 0.64 | 185.93 | 0.96 | 0.19 |
| Hex | 2 | 54 | 5D | 62 | A | 0 | 40 | BA | 60 | 13 |
| Octal | 2 | 124 | 135 | 142 | 12 | 0 | 100 | 272 | 140 | 23 |
| Binary | 10 | 1010100 | 1011101 | 1100010 | 1010 | 0 | 1000000 | 10111010 | 1100000 | 10011 |
Color Harmonies of #02545D
Complementary color
Monochromatic Colors of #02545D
Black with #02545D
Text Example
Text Example
White with #02545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02545D; }
p { color: rgb(2,84,93); }
H1.HeaderClassName
{
color: #02545D;
}
.AnyTagClassName
{
color: #02545D;
}
</style>
background-color css
<style>
a { background-color: #02545D; }
a { background-color: rgb(2,84,93); }
div.DivClassName
{
background-color: #02545D;
}
.BgClassName
{
background-color: #02545D;
}
</style>
border-color css
<style>
span { border-color: #02545D; }
span { border-color: rgb(2,84,93); }
td.TdClassName
{
border-color: #02545D;
}
.TagClassName
{
border-color: #02545D;
}
</style>