Html Css Color HEX #24259A Egyptian Blue

📋 copy color: '#24259A'

red 36 ◦ green 37 ◦ blue 154

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

Shades of Egyptian Blue #24259A

Tints of Egyptian Blue #24259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 15.86%
G = 16.3%
B = 67.84%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24259A (or 0x24259A) is known color: Egyptian Blue. HEX triplet: 24, 25 and 9A. RGB value is (36,37,154). Sum of RGB (Red+Green+Blue) = 36+37+154=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #24259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24259A is #DBDA65. Grayscale: #313131. Windows color (decimal): -14408294 or 10102052. OLE color: 10102052.

HSL color Cylindrical-coordinate representation of color #24259A: hue angle of 239.49º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24259A is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 37 154 -
CMYK 0.77 0.76 0 0.40
HSL 239.49º 0.62% 0.37% -
HSV(B) 239.49º 0.77% 0.6% -
XYZ 7.22 4.03 30.97 -
YUV 50.04 186.67 117.99 -
System Red Green Blue C M Y K H S L
Decimal 36 37 154 0.77 0.76 0 0.40 239.49 0.62 0.37
Hex 24 25 9A 4D 4C 0 28 EF 3E 25
Octal 44 45 232 115 114 0 50 357 76 45
Binary 100100 100101 10011010 1001101 1001100 0 101000 11101111 111110 100101

Color Harmonies of #24259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24259A

Black with #24259A

Text Example


Text Example

White with #24259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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