Html Css Color HEX #25409C Egyptian Blue

📋 copy color: '#25409C'

red 37 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #25409C

Tints of Egyptian Blue #25409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 14.4%
G = 24.9%
B = 60.7%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25409C (or 0x25409C) is known color: Egyptian Blue. HEX triplet: 25, 40 and 9C. RGB value is (37,64,156). Sum of RGB (Red+Green+Blue) = 37+64+156=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #25409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25409C is #DABF63. Grayscale: #424242. Windows color (decimal): -14335844 or 10240037. OLE color: 10240037.

HSL color Cylindrical-coordinate representation of color #25409C: hue angle of 226.39º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25409C is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 64 156 -
CMYK 0.76 0.59 0 0.39
HSL 226.39º 0.62% 0.38% -
HSV(B) 226.39º 0.76% 0.61% -
XYZ 8.6 6.46 32.25 -
YUV 66.42 178.55 107.02 -
System Red Green Blue C M Y K H S L
Decimal 37 64 156 0.76 0.59 0 0.39 226.39 0.62 0.38
Hex 25 40 9C 4C 3B 0 27 E2 3E 26
Octal 45 100 234 114 73 0 47 342 76 46
Binary 100101 1000000 10011100 1001100 111011 0 100111 11100010 111110 100110

Color Harmonies of #25409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25409C

Black with #25409C

Text Example


Text Example

White with #25409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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