#02665C

Color #02665C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #02665C

Tints of Mosque #02665C

Color information

#02665C (or 0x02665C) is unknown color: approx 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

RGB210292-
CMYK0.9800.100.6
HSL174º96.15%20.39%-
HSV(B)174º98.04%40%-
XYZ6.7110.2911.76-
YUV70.96139.8778.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=1.02%
G=52.04%
B=46.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102920.9800.100.617496.1520.39
Hex2665C620A3Cae6014
Octal21461341420127425614024
Binary101100110101110011000100101011110010101110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>