Html Css Color HEX #25429D Egyptian Blue

📋 copy color: '#25429D'

red 37 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #25429D

Tints of Egyptian Blue #25429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 14.23%
G = 25.38%
B = 60.38%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25429D (or 0x25429D) is known color: Egyptian Blue. HEX triplet: 25, 42 and 9D. RGB value is (37,66,157). Sum of RGB (Red+Green+Blue) = 37+66+157=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #25429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25429D is #DABD62. Grayscale: #434343. Windows color (decimal): -14335331 or 10306085. OLE color: 10306085.

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

Color convert

RGB 37 66 157 -
CMYK 0.76 0.58 0 0.38
HSL 225.5º 0.62% 0.38% -
HSV(B) 225.5º 0.76% 0.62% -
XYZ 8.8 6.72 32.73 -
YUV 67.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 37 66 157 0.76 0.58 0 0.38 225.5 0.62 0.38
Hex 25 42 9D 4C 3A 0 26 E2 3E 26
Octal 45 102 235 114 72 0 46 342 76 46
Binary 100101 1000010 10011101 1001100 111010 0 100110 11100010 111110 100110

Color Harmonies of #25429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25429D

Black with #25429D

Text Example


Text Example

White with #25429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25429D; }

 p { color: rgb(37,66,157); }

 H1.HeaderClassName
 {
   color: #25429D;
 }
 .AnyTagClassName
 {
   color: #25429D;
 }
</style>

background-color css

<style>
 a { background-color: #25429D; }

 a { background-color: rgb(37,66,157); }

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

border-color css

<style>
 span { border-color: #25429D; }

 span { border-color: rgb(37,66,157); }

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