Html Css Color HEX #25289F Egyptian Blue

📋 copy color: '#25289F'

red 37 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #25289F

Tints of Egyptian Blue #25289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 15.68%
G = 16.95%
B = 67.37%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25289F (or 0x25289F) is known color: Egyptian Blue. HEX triplet: 25, 28 and 9F. RGB value is (37,40,159). Sum of RGB (Red+Green+Blue) = 37+40+159=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #25289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25289F is #DAD760. Grayscale: #343434. Windows color (decimal): -14341985 or 10430501. OLE color: 10430501.

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

Color convert

RGB 37 40 159 -
CMYK 0.77 0.75 0 0.38
HSL 238.52º 0.62% 0.38% -
HSV(B) 238.52º 0.77% 0.62% -
XYZ 7.78 4.41 33.24 -
YUV 52.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 37 40 159 0.77 0.75 0 0.38 238.52 0.62 0.38
Hex 25 28 9F 4D 4B 0 26 EF 3E 26
Octal 45 50 237 115 113 0 46 357 76 46
Binary 100101 101000 10011111 1001101 1001011 0 100110 11101111 111110 100110

Color Harmonies of #25289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25289F

Black with #25289F

Text Example


Text Example

White with #25289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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