#025457

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

Shades of Mosque #025457

Tints of Mosque #025457

Color information

#025457 (or 0x025457) is unknown color: approx Mosque. HEX triplet: 02, 54 and 57. RGB value is (2,84,87). Sum of RGB (Red+Green+Blue) = 2+84+87=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #025457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025457 is #FDABA8. Grayscale: #3B3B3B. Windows color (decimal): -16624553 or 5723138. OLE color: 5723138.

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

Color convert

RGB28487-
CMYK0.980.0300.66
HSL182.12º95.51%17.45%-
HSV(B)182.12º97.7%34.12%-
XYZ4.927.0410.12-
YUV59.82143.3386.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=1.16%
G=48.55%
B=50.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal284870.980.0300.66182.1295.5117.45
Hex25457623042b66011
Octal21241271423010226614021
Binary10101010010101111100010110100001010110110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025457; }

 p { color: rgb(2,84,87); }

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

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

 a { background-color: rgb(2,84,87); }

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

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

 span { border-color: rgb(2,84,87); }

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