Html Css Color HEX #24419B Egyptian Blue

📋 copy color: '#24419B'

red 36 ◦ green 65 ◦ blue 155

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

Shades of Egyptian Blue #24419B

Tints of Egyptian Blue #24419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 14.06%
G = 25.39%
B = 60.55%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24419B (or 0x24419B) is known color: Egyptian Blue. HEX triplet: 24, 41 and 9B. RGB value is (36,65,155). Sum of RGB (Red+Green+Blue) = 36+65+155=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #24419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24419B is #DBBE64. Grayscale: #424242. Windows color (decimal): -14401125 or 10174756. OLE color: 10174756.

HSL color Cylindrical-coordinate representation of color #24419B: hue angle of 225.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24419B is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 65 155 -
CMYK 0.77 0.58 0 0.39
HSL 225.38º 0.62% 0.37% -
HSV(B) 225.38º 0.77% 0.61% -
XYZ 8.53 6.52 31.82 -
YUV 66.59 177.89 106.18 -
System Red Green Blue C M Y K H S L
Decimal 36 65 155 0.77 0.58 0 0.39 225.38 0.62 0.37
Hex 24 41 9B 4D 3A 0 27 E1 3E 25
Octal 44 101 233 115 72 0 47 341 76 45
Binary 100100 1000001 10011011 1001101 111010 0 100111 11100001 111110 100101

Color Harmonies of #24419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24419B

Black with #24419B

Text Example


Text Example

White with #24419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24419B; }

 p { color: rgb(36,65,155); }

 H1.HeaderClassName
 {
   color: #24419B;
 }
 .AnyTagClassName
 {
   color: #24419B;
 }
</style>

background-color css

<style>
 a { background-color: #24419B; }

 a { background-color: rgb(36,65,155); }

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

border-color css

<style>
 span { border-color: #24419B; }

 span { border-color: rgb(36,65,155); }

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