#25469E

Color #25469E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #25469E

Tints of Egyptian Blue #25469E

Color information

#25469E (or 0x25469E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 46 and 9E. RGB value is (37,70,158). Sum of RGB (Red+Green+Blue) = 37+70+158=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #25469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25469E is #DAB961. Grayscale: #454545. Windows color (decimal): -14334306 or 10372645. OLE color: 10372645.

HSL color Cylindrical-coordinate representation of color #25469E: hue angle of 223.64º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25469E is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3770158-
CMYK0.770.5600.38
HSL223.64º62.05%38.24%-
HSV(B)223.64º76.58%61.96%-
XYZ9.127.2433.26-
YUV70.16177.57104.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=13.96%
G=26.42%
B=59.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37701580.770.5600.38223.6462.0538.24
Hex25469E4D38026e03e26
Octal45106236115700463407646
Binary1001011000110100111101001101111000010011011100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25469E; }

 p { color: rgb(37,70,158); }

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

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

 a { background-color: rgb(37,70,158); }

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

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

 span { border-color: rgb(37,70,158); }

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