Html Css Color HEX #25249F Egyptian Blue

📋 copy color: '#25249F'

red 37 ◦ green 36 ◦ blue 159

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

Shades of Egyptian Blue #25249F

Tints of Egyptian Blue #25249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

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

R = 15.95%
G = 15.52%
B = 68.53%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25249F (or 0x25249F) is known color: Egyptian Blue. HEX triplet: 25, 24 and 9F. RGB value is (37,36,159). Sum of RGB (Red+Green+Blue) = 37+36+159=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #25249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25249F is #DADB60. Grayscale: #313131. Windows color (decimal): -14343009 or 10429477. OLE color: 10429477.

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

Color convert

RGB 37 36 159 -
CMYK 0.77 0.77 0 0.38
HSL 240.49º 0.63% 0.38% -
HSV(B) 240.49º 0.77% 0.62% -
XYZ 7.65 4.16 33.2 -
YUV 50.32 189.33 118.5 -
System Red Green Blue C M Y K H S L
Decimal 37 36 159 0.77 0.77 0 0.38 240.49 0.63 0.38
Hex 25 24 9F 4D 4D 0 26 F0 3F 26
Octal 45 44 237 115 115 0 46 360 77 46
Binary 100101 100100 10011111 1001101 1001101 0 100110 11110000 111111 100110

Color Harmonies of #25249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25249F

Black with #25249F

Text Example


Text Example

White with #25249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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