Shades of Mosque #02594D
Tints of Mosque #02594D
RGB
CMYK
RGB Variations
Color information
#02594D (or 0x02594D) is known color: Mosque. HEX triplet: 02, 59 and 4D. RGB value is (2,89,77). Sum of RGB (Red+Green+Blue) = 2+89+77=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #02594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02594D is #FDA6B2. Grayscale: #3D3D3D. Windows color (decimal): -16623283 or 5069058. OLE color: 5069058.
HSL color Cylindrical-coordinate representation of color #02594D: hue angle of 171.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02594D is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 89 | 77 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.65 |
| HSL | 171.72º | 0.96% | 0.18% | - |
| HSV(B) | 171.72º | 0.98% | 0.35% | - |
| XYZ | 4.94 | 7.69 | 8.25 | - |
| YUV | 61.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 77 | 0.98 | 0 | 0.13 | 0.65 | 171.72 | 0.96 | 0.18 |
| Hex | 2 | 59 | 4D | 62 | 0 | D | 41 | AC | 60 | 12 |
| Octal | 2 | 131 | 115 | 142 | 0 | 15 | 101 | 254 | 140 | 22 |
| Binary | 10 | 1011001 | 1001101 | 1100010 | 0 | 1101 | 1000001 | 10101100 | 1100000 | 10010 |
Color Harmonies of #02594D
Complementary color
Monochromatic Colors of #02594D
Black with #02594D
Text Example
Text Example
White with #02594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02594D; }
p { color: rgb(2,89,77); }
H1.HeaderClassName
{
color: #02594D;
}
.AnyTagClassName
{
color: #02594D;
}
</style>
background-color css
<style>
a { background-color: #02594D; }
a { background-color: rgb(2,89,77); }
div.DivClassName
{
background-color: #02594D;
}
.BgClassName
{
background-color: #02594D;
}
</style>
border-color css
<style>
span { border-color: #02594D; }
span { border-color: rgb(2,89,77); }
td.TdClassName
{
border-color: #02594D;
}
.TagClassName
{
border-color: #02594D;
}
</style>