Html Css Color HEX #25419F Egyptian Blue

📋 copy color: '#25419F'

red 37 ◦ green 65 ◦ blue 159

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

Shades of Egyptian Blue #25419F

Tints of Egyptian Blue #25419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 14.18%
G = 24.9%
B = 60.92%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25419F (or 0x25419F) is known color: Egyptian Blue. HEX triplet: 25, 41 and 9F. RGB value is (37,65,159). Sum of RGB (Red+Green+Blue) = 37+65+159=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #25419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25419F is #DABE60. Grayscale: #424242. Windows color (decimal): -14335585 or 10436901. OLE color: 10436901.

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

Color convert

RGB 37 65 159 -
CMYK 0.77 0.59 0 0.38
HSL 226.23º 0.62% 0.38% -
HSV(B) 226.23º 0.77% 0.62% -
XYZ 8.91 6.68 33.62 -
YUV 67.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 37 65 159 0.77 0.59 0 0.38 226.23 0.62 0.38
Hex 25 41 9F 4D 3B 0 26 E2 3E 26
Octal 45 101 237 115 73 0 46 342 76 46
Binary 100101 1000001 10011111 1001101 111011 0 100110 11100010 111110 100110

Color Harmonies of #25419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25419F

Black with #25419F

Text Example


Text Example

White with #25419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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