#02635B

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

Shades of Mosque #02635B

Tints of Mosque #02635B

Color information

#02635B (or 0x02635B) is unknown color: approx Mosque. HEX triplet: 02, 63 and 5B. RGB value is (2,99,91). Sum of RGB (Red+Green+Blue) = 2+99+91=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #02635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02635B is #FD9CA4. Grayscale: #454545. Windows color (decimal): -16620709 or 5989122. OLE color: 5989122.

HSL color Cylindrical-coordinate representation of color #02635B: hue angle of 175.05º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02635B is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB29991-
CMYK0.9800.080.61
HSL175.05º96.04%19.8%-
HSV(B)175.05º97.98%38.82%-
XYZ6.389.6911.43-
YUV69.08140.3680.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=1.04%
G=51.56%
B=47.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299910.9800.080.61175.0596.0419.8
Hex2635B62083Daf6014
Octal21431331420107525714024
Binary101100011101101111000100100011110110101111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02635B; }

 p { color: rgb(2,99,91); }

 H1.HeaderClassName
 {
   color: #02635B;
 }
 .AnyTagClassName
 {
   color: #02635B;
 }
</style>
background-color css

<style>
 a { background-color: #02635B; }

 a { background-color: rgb(2,99,91); }

 div.DivClassName
 {
   background-color: #02635B;
 }
 .BgClassName
 {
   background-color: #02635B;
 }
</style>
border-color css

<style>
 span { border-color: #02635B; }

 span { border-color: rgb(2,99,91); }

 td.TdClassName
 {
   border-color: #02635B;
 }
 .TagClassName
 {
   border-color: #02635B;
 }
</style>