#25419E

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

Shades of Egyptian Blue #25419E

Tints of Egyptian Blue #25419E

Color information

#25419E (or 0x25419E) is unknown color: approx Egyptian Blue. HEX triplet: 25, 41 and 9E. RGB value is (37,65,158). Sum of RGB (Red+Green+Blue) = 37+65+158=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #25419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25419E is #DABE61. Grayscale: #424242. Windows color (decimal): -14335586 or 10371365. OLE color: 10371365.

HSL color Cylindrical-coordinate representation of color #25419E: hue angle of 226.12º 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 #25419E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3765158-
CMYK0.770.5900.38
HSL226.12º62.05%38.24%-
HSV(B)226.12º76.58%61.96%-
XYZ8.826.6433.16-
YUV67.23179.22106.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=14.23%
G=25%
B=60.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37651580.770.5900.38226.1262.0538.24
Hex25419E4D3B026e23e26
Octal45101236115730463427646
Binary1001011000001100111101001101111011010011011100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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