#02625D

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

Shades of Mosque #02625D

Tints of Mosque #02625D

Color information

#02625D (or 0x02625D) is unknown color: approx Mosque. HEX triplet: 02, 62 and 5D. RGB value is (2,98,93). Sum of RGB (Red+Green+Blue) = 2+98+93=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #02625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02625D is #FD9DA2. Grayscale: #444444. Windows color (decimal): -16620963 or 6119938. OLE color: 6119938.

HSL color Cylindrical-coordinate representation of color #02625D: hue angle of 176.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02625D is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB29893-
CMYK0.9800.050.62
HSL176.88º96%19.61%-
HSV(B)176.88º97.96%38.43%-
XYZ6.379.5411.86-
YUV68.73141.780.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=1.04%
G=50.78%
B=48.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298930.9800.050.62176.889619.61
Hex2625D62053Eb16014
Octal2142135142057626114024
Binary10110001010111011100010010111111010110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02625D; }

 p { color: rgb(2,98,93); }

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

<style>
 a { background-color: #02625D; }

 a { background-color: rgb(2,98,93); }

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

<style>
 span { border-color: #02625D; }

 span { border-color: rgb(2,98,93); }

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