Html Css Color HEX #24459F Egyptian Blue

📋 copy color: '#24459F'

red 36 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #24459F

Tints of Egyptian Blue #24459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 13.64%
G = 26.14%
B = 60.23%

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

#24459F (or 0x24459F) is known color: Egyptian Blue. HEX triplet: 24, 45 and 9F. RGB value is (36,69,159). Sum of RGB (Red+Green+Blue) = 36+69+159=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #24459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24459F is #DBBA60. Grayscale: #454545. Windows color (decimal): -14400097 or 10437924. OLE color: 10437924.

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

Color convert

RGB 36 69 159 -
CMYK 0.77 0.57 0 0.38
HSL 223.9º 0.63% 0.38% -
HSV(B) 223.9º 0.77% 0.62% -
XYZ 9.11 7.13 33.7 -
YUV 69.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 36 69 159 0.77 0.57 0 0.38 223.9 0.63 0.38
Hex 24 45 9F 4D 39 0 26 E0 3F 26
Octal 44 105 237 115 71 0 46 340 77 46
Binary 100100 1000101 10011111 1001101 111001 0 100110 11100000 111111 100110

Color Harmonies of #24459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24459F

Black with #24459F

Text Example


Text Example

White with #24459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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