#02665D

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

Shades of Mosque #02665D

Tints of Mosque #02665D

Color information

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

RGB210293-
CMYK0.9800.090.6
HSL174.6º96.15%20.39%-
HSV(B)174.6º98.04%40%-
XYZ6.7510.3111.99-
YUV71.07140.3778.73-

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) = 51.78%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=1.02%
G=51.78%
B=47.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102930.9800.090.6174.696.1520.39
Hex2665D62093Caf6014
Octal21461351420117425714024
Binary101100110101110111000100100111110010101111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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