Shades of Mosque #02665C
Tints of Mosque #02665C
RGB
CMYK
RGB Variations
Color information
#02665C (or 0x02665C) is known color: Mosque. HEX triplet: 02, 66 and 5C. RGB value is (2,102,92). Sum of RGB (Red+Green+Blue) = 2+102+92=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #02665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02665C is #FD99A3. Grayscale: #464646. Windows color (decimal): -16619940 or 6055426. OLE color: 6055426.
HSL color Cylindrical-coordinate representation of color #02665C: hue angle of 174º 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 #02665C is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 92 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.6 |
| HSL | 174º | 0.96% | 0.2% | - |
| HSV(B) | 174º | 0.98% | 0.4% | - |
| XYZ | 6.71 | 10.29 | 11.76 | - |
| YUV | 70.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 92 | 0.98 | 0 | 0.10 | 0.6 | 174 | 0.96 | 0.2 |
| Hex | 2 | 66 | 5C | 62 | 0 | A | 3C | AE | 60 | 14 |
| Octal | 2 | 146 | 134 | 142 | 0 | 12 | 74 | 256 | 140 | 24 |
| Binary | 10 | 1100110 | 1011100 | 1100010 | 0 | 1010 | 111100 | 10101110 | 1100000 | 10100 |
Color Harmonies of #02665C
Complementary color
Monochromatic Colors of #02665C
Black with #02665C
Text Example
Text Example
White with #02665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02665C; }
p { color: rgb(2,102,92); }
H1.HeaderClassName
{
color: #02665C;
}
.AnyTagClassName
{
color: #02665C;
}
</style>
background-color css
<style>
a { background-color: #02665C; }
a { background-color: rgb(2,102,92); }
div.DivClassName
{
background-color: #02665C;
}
.BgClassName
{
background-color: #02665C;
}
</style>
border-color css
<style>
span { border-color: #02665C; }
span { border-color: rgb(2,102,92); }
td.TdClassName
{
border-color: #02665C;
}
.TagClassName
{
border-color: #02665C;
}
</style>