Html Css Color HEX #25409A Egyptian Blue

📋 copy color: '#25409A'

red 37 ◦ green 64 ◦ blue 154

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

Shades of Egyptian Blue #25409A

Tints of Egyptian Blue #25409A

RGB

 RED value IS 37 (14.84% from 255) = 14.51%

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 154 (60.55% from 255) = 60.39%

R = 14.51%
G = 25.1%
B = 60.39%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25409A (or 0x25409A) is known color: Egyptian Blue. HEX triplet: 25, 40 and 9A. RGB value is (37,64,154). Sum of RGB (Red+Green+Blue) = 37+64+154=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #25409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25409A is #DABF65. Grayscale: #414141. Windows color (decimal): -14335846 or 10108965. OLE color: 10108965.

HSL color Cylindrical-coordinate representation of color #25409A: hue angle of 226.15º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25409A is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 64 154 -
CMYK 0.76 0.58 0 0.40
HSL 226.15º 0.61% 0.37% -
HSV(B) 226.15º 0.76% 0.6% -
XYZ 8.43 6.39 31.36 -
YUV 66.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 37 64 154 0.76 0.58 0 0.40 226.15 0.61 0.37
Hex 25 40 9A 4C 3A 0 28 E2 3D 25
Octal 45 100 232 114 72 0 50 342 75 45
Binary 100101 1000000 10011010 1001100 111010 0 101000 11100010 111101 100101

Color Harmonies of #25409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25409A

Black with #25409A

Text Example


Text Example

White with #25409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25409A; }

 p { color: rgb(37,64,154); }

 H1.HeaderClassName
 {
   color: #25409A;
 }
 .AnyTagClassName
 {
   color: #25409A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,64,154); }

 div.DivClassName
 {
   background-color: #25409A;
 }
 .BgClassName
 {
   background-color: #25409A;
 }
</style>

border-color css

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

 span { border-color: rgb(37,64,154); }

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