Shades of Mosque #02625C
Tints of Mosque #02625C
RGB
CMYK
RGB Variations
Color information
#02625C (or 0x02625C) is known color: Mosque. HEX triplet: 02, 62 and 5C. RGB value is (2,98,92). Sum of RGB (Red+Green+Blue) = 2+98+92=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #02625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02625C is #FD9DA3. Grayscale: #444444. Windows color (decimal): -16620964 or 6054402. OLE color: 6054402.
HSL color Cylindrical-coordinate representation of color #02625C: hue angle of 176.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02625C is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 98 | 92 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.62 |
| HSL | 176.25º | 0.96% | 0.2% | - |
| HSV(B) | 176.25º | 0.98% | 0.38% | - |
| XYZ | 6.32 | 9.52 | 11.63 | - |
| YUV | 68.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 92 | 0.98 | 0 | 0.06 | 0.62 | 176.25 | 0.96 | 0.2 |
| Hex | 2 | 62 | 5C | 62 | 0 | 6 | 3E | B0 | 60 | 14 |
| Octal | 2 | 142 | 134 | 142 | 0 | 6 | 76 | 260 | 140 | 24 |
| Binary | 10 | 1100010 | 1011100 | 1100010 | 0 | 110 | 111110 | 10110000 | 1100000 | 10100 |
Color Harmonies of #02625C
Complementary color
Monochromatic Colors of #02625C
Black with #02625C
Text Example
Text Example
White with #02625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02625C; }
p { color: rgb(2,98,92); }
H1.HeaderClassName
{
color: #02625C;
}
.AnyTagClassName
{
color: #02625C;
}
</style>
background-color css
<style>
a { background-color: #02625C; }
a { background-color: rgb(2,98,92); }
div.DivClassName
{
background-color: #02625C;
}
.BgClassName
{
background-color: #02625C;
}
</style>
border-color css
<style>
span { border-color: #02625C; }
span { border-color: rgb(2,98,92); }
td.TdClassName
{
border-color: #02625C;
}
.TagClassName
{
border-color: #02625C;
}
</style>