#025849

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

Shades of Mosque #025849

Tints of Mosque #025849

Color information

#025849 (or 0x025849) is unknown color: approx Mosque. HEX triplet: 02, 58 and 49. RGB value is (2,88,73). Sum of RGB (Red+Green+Blue) = 2+88+73=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #025849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025849 is #FDA7B6. Grayscale: #3C3C3C. Windows color (decimal): -16623543 or 4806658. OLE color: 4806658.

HSL color Cylindrical-coordinate representation of color #025849: hue angle of 169.53º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025849 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB28873-
CMYK0.9800.170.65
HSL169.53º95.56%17.65%-
HSV(B)169.53º97.73%34.51%-
XYZ4.727.477.5-
YUV60.58135.0186.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 88 (34.77% from 255) = 53.99%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=1.23%
G=53.99%
B=44.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288730.9800.170.65169.5395.5617.65
Hex258496201141aa6012
Octal213011114202110125214022
Binary10101100010010011100010010001100000110101010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025849; }

 p { color: rgb(2,88,73); }

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

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

 a { background-color: rgb(2,88,73); }

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

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

 span { border-color: rgb(2,88,73); }

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