#025E63

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

Shades of Mosque #025E63

Tints of Mosque #025E63

Color information

#025E63 (or 0x025E63) is unknown color: approx Mosque. HEX triplet: 02, 5E and 63. RGB value is (2,94,99). Sum of RGB (Red+Green+Blue) = 2+94+99=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #025E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E63 is #FDA19C. Grayscale: #424242. Windows color (decimal): -16621981 or 6512130. OLE color: 6512130.

HSL color Cylindrical-coordinate representation of color #025E63: hue angle of 183.09º 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 #025E63 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB29499-
CMYK0.980.0500.61
HSL183.09º96.04%19.8%-
HSV(B)183.09º97.98%38.82%-
XYZ6.288.9213.19-
YUV67.06146.0281.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 94 (37.11% from 255) = 48.21%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=1.03%
G=48.21%
B=50.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal294990.980.0500.61183.0996.0419.8
Hex25E6362503Db76014
Octal2136143142507526714024
Binary10101111011000111100010101011110110110111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025E63; }

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

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

<style>
 a { background-color: #025E63; }

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

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

<style>
 span { border-color: #025E63; }

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

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