Html Css Color HEX #25429F Egyptian Blue

📋 copy color: '#25429F'

red 37 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #25429F

Tints of Egyptian Blue #25429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.69%

R = 14.12%
G = 25.19%
B = 60.69%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25429F (or 0x25429F) is known color: Egyptian Blue. HEX triplet: 25, 42 and 9F. RGB value is (37,66,159). Sum of RGB (Red+Green+Blue) = 37+66+159=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #25429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25429F is #DABD60. Grayscale: #434343. Windows color (decimal): -14335329 or 10437157. OLE color: 10437157.

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

Color convert

RGB 37 66 159 -
CMYK 0.77 0.58 0 0.38
HSL 225.74º 0.62% 0.38% -
HSV(B) 225.74º 0.77% 0.62% -
XYZ 8.97 6.79 33.64 -
YUV 67.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 37 66 159 0.77 0.58 0 0.38 225.74 0.62 0.38
Hex 25 42 9F 4D 3A 0 26 E2 3E 26
Octal 45 102 237 115 72 0 46 342 76 46
Binary 100101 1000010 10011111 1001101 111010 0 100110 11100010 111110 100110

Color Harmonies of #25429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25429F

Black with #25429F

Text Example


Text Example

White with #25429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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