Shades of Mosque #02675D
Tints of Mosque #02675D
RGB
CMYK
RGB Variations
Color information
#02675D (or 0x02675D) is known color: Mosque. HEX triplet: 02, 67 and 5D. RGB value is (2,103,93). Sum of RGB (Red+Green+Blue) = 2+103+93=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #02675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02675D is #FD98A2. Grayscale: #474747. Windows color (decimal): -16619683 or 6121218. OLE color: 6121218.
HSL color Cylindrical-coordinate representation of color #02675D: hue angle of 174.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02675D is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 93 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.60 |
| HSL | 174.06º | 0.96% | 0.21% | - |
| HSV(B) | 174.06º | 0.98% | 0.4% | - |
| XYZ | 6.85 | 10.5 | 12.02 | - |
| YUV | 71.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 93 | 0.98 | 0 | 0.10 | 0.60 | 174.06 | 0.96 | 0.21 |
| Hex | 2 | 67 | 5D | 62 | 0 | A | 3C | AE | 60 | 15 |
| Octal | 2 | 147 | 135 | 142 | 0 | 12 | 74 | 256 | 140 | 25 |
| Binary | 10 | 1100111 | 1011101 | 1100010 | 0 | 1010 | 111100 | 10101110 | 1100000 | 10101 |
Color Harmonies of #02675D
Complementary color
Monochromatic Colors of #02675D
Black with #02675D
Text Example
Text Example
White with #02675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02675D; }
p { color: rgb(2,103,93); }
H1.HeaderClassName
{
color: #02675D;
}
.AnyTagClassName
{
color: #02675D;
}
</style>
background-color css
<style>
a { background-color: #02675D; }
a { background-color: rgb(2,103,93); }
div.DivClassName
{
background-color: #02675D;
}
.BgClassName
{
background-color: #02675D;
}
</style>
border-color css
<style>
span { border-color: #02675D; }
span { border-color: rgb(2,103,93); }
td.TdClassName
{
border-color: #02675D;
}
.TagClassName
{
border-color: #02675D;
}
</style>