Html Css Color HEX #25419E Egyptian Blue

📋 copy color: '#25419E'

red 37 ◦ green 65 ◦ blue 158

#25419E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #25419E

Tints of Egyptian Blue #25419E

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 value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25419E (or 0x25419E) is known color: 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

RGB 37 65 158 -
CMYK 0.77 0.59 0 0.38
HSL 226.12º 0.62% 0.38% -
HSV(B) 226.12º 0.77% 0.62% -
XYZ 8.82 6.64 33.16 -
YUV 67.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 37 65 158 0.77 0.59 0 0.38 226.12 0.62 0.38
Hex 25 41 9E 4D 3B 0 26 E2 3E 26
Octal 45 101 236 115 73 0 46 342 76 46
Binary 100101 1000001 10011110 1001101 111011 0 100110 11100010 111110 100110

Color Harmonies of #25419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25419E

Black with #25419E

Text Example


Text Example

White with #25419E

Text Example


Text Example

HTML Codes & Css Web 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>