Html Css Color HEX #25429B Egyptian Blue

📋 copy color: '#25429B'

red 37 ◦ green 66 ◦ blue 155

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

Shades of Egyptian Blue #25429B

Tints of Egyptian Blue #25429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 14.34%
G = 25.58%
B = 60.08%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25429B (or 0x25429B) is known color: Egyptian Blue. HEX triplet: 25, 42 and 9B. RGB value is (37,66,155). Sum of RGB (Red+Green+Blue) = 37+66+155=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #25429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25429B is #DABD64. Grayscale: #434343. Windows color (decimal): -14335333 or 10175013. OLE color: 10175013.

HSL color Cylindrical-coordinate representation of color #25429B: hue angle of 225.25º degrees, saturation: 0.61, 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 #25429B is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 66 155 -
CMYK 0.76 0.57 0 0.39
HSL 225.25º 0.61% 0.38% -
HSV(B) 225.25º 0.76% 0.61% -
XYZ 8.63 6.66 31.84 -
YUV 67.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 37 66 155 0.76 0.57 0 0.39 225.25 0.61 0.38
Hex 25 42 9B 4C 39 0 27 E1 3D 26
Octal 45 102 233 114 71 0 47 341 75 46
Binary 100101 1000010 10011011 1001100 111001 0 100111 11100001 111101 100110

Color Harmonies of #25429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25429B

Black with #25429B

Text Example


Text Example

White with #25429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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