Shades of Mosque #02665D
Tints of Mosque #02665D
RGB
CMYK
RGB Variations
Color information
#02665D (or 0x02665D) is known color: Mosque. HEX triplet: 02, 66 and 5D. RGB value is (2,102,93). Sum of RGB (Red+Green+Blue) = 2+102+93=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #02665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02665D is #FD99A2. Grayscale: #474747. Windows color (decimal): -16619939 or 6120962. OLE color: 6120962.
HSL color Cylindrical-coordinate representation of color #02665D: hue angle of 174.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02665D is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 93 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.6 |
| HSL | 174.6º | 0.96% | 0.2% | - |
| HSV(B) | 174.6º | 0.98% | 0.4% | - |
| XYZ | 6.75 | 10.31 | 11.99 | - |
| YUV | 71.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 93 | 0.98 | 0 | 0.09 | 0.6 | 174.6 | 0.96 | 0.2 |
| Hex | 2 | 66 | 5D | 62 | 0 | 9 | 3C | AF | 60 | 14 |
| Octal | 2 | 146 | 135 | 142 | 0 | 11 | 74 | 257 | 140 | 24 |
| Binary | 10 | 1100110 | 1011101 | 1100010 | 0 | 1001 | 111100 | 10101111 | 1100000 | 10100 |
Color Harmonies of #02665D
Complementary color
Monochromatic Colors of #02665D
Black with #02665D
Text Example
Text Example
White with #02665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02665D; }
p { color: rgb(2,102,93); }
H1.HeaderClassName
{
color: #02665D;
}
.AnyTagClassName
{
color: #02665D;
}
</style>
background-color css
<style>
a { background-color: #02665D; }
a { background-color: rgb(2,102,93); }
div.DivClassName
{
background-color: #02665D;
}
.BgClassName
{
background-color: #02665D;
}
</style>
border-color css
<style>
span { border-color: #02665D; }
span { border-color: rgb(2,102,93); }
td.TdClassName
{
border-color: #02665D;
}
.TagClassName
{
border-color: #02665D;
}
</style>