Html Css Color HEX #25449E Egyptian Blue

📋 copy color: '#25449E'

red 37 ◦ green 68 ◦ blue 158

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

Shades of Egyptian Blue #25449E

Tints of Egyptian Blue #25449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 14.07%
G = 25.86%
B = 60.08%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25449E (or 0x25449E) is known color: Egyptian Blue. HEX triplet: 25, 44 and 9E. RGB value is (37,68,158). Sum of RGB (Red+Green+Blue) = 37+68+158=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #25449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25449E is #DABB61. Grayscale: #444444. Windows color (decimal): -14334818 or 10372133. OLE color: 10372133.

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

Color convert

RGB 37 68 158 -
CMYK 0.77 0.57 0 0.38
HSL 224.63º 0.62% 0.38% -
HSV(B) 224.63º 0.77% 0.62% -
XYZ 9 7 33.22 -
YUV 68.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 37 68 158 0.77 0.57 0 0.38 224.63 0.62 0.38
Hex 25 44 9E 4D 39 0 26 E1 3E 26
Octal 45 104 236 115 71 0 46 341 76 46
Binary 100101 1000100 10011110 1001101 111001 0 100110 11100001 111110 100110

Color Harmonies of #25449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25449E

Black with #25449E

Text Example


Text Example

White with #25449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25449E; }

 p { color: rgb(37,68,158); }

 H1.HeaderClassName
 {
   color: #25449E;
 }
 .AnyTagClassName
 {
   color: #25449E;
 }
</style>

background-color css

<style>
 a { background-color: #25449E; }

 a { background-color: rgb(37,68,158); }

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

border-color css

<style>
 span { border-color: #25449E; }

 span { border-color: rgb(37,68,158); }

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