Html Css Color HEX #24259E Egyptian Blue

📋 copy color: '#24259E'

red 36 ◦ green 37 ◦ blue 158

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

Shades of Egyptian Blue #24259E

Tints of Egyptian Blue #24259E

RGB

 RED value IS 36 (14.45% from 255) = 15.58%

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 15.58%
G = 16.02%
B = 68.4%

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

#24259E (or 0x24259E) is known color: Egyptian Blue. HEX triplet: 24, 25 and 9E. RGB value is (36,37,158). Sum of RGB (Red+Green+Blue) = 36+37+158=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #24259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24259E is #DBDA61. Grayscale: #323232. Windows color (decimal): -14408290 or 10364196. OLE color: 10364196.

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

Color convert

RGB 36 37 158 -
CMYK 0.77 0.77 0 0.38
HSL 239.51º 0.63% 0.38% -
HSV(B) 239.51º 0.77% 0.62% -
XYZ 7.56 4.17 32.75 -
YUV 50.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 36 37 158 0.77 0.77 0 0.38 239.51 0.63 0.38
Hex 24 25 9E 4D 4D 0 26 F0 3F 26
Octal 44 45 236 115 115 0 46 360 77 46
Binary 100100 100101 10011110 1001101 1001101 0 100110 11110000 111111 100110

Color Harmonies of #24259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24259E

Black with #24259E

Text Example


Text Example

White with #24259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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