Html Css Color HEX #18219D Egyptian Blue

📋 copy color: '#18219D'

red 24 ◦ green 33 ◦ blue 157

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

Shades of Egyptian Blue #18219D

Tints of Egyptian Blue #18219D

RGB

 RED value IS 24 (9.77% from 255) = 11.21%

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 157 (61.72% from 255) = 73.36%

R = 11.21%
G = 15.42%
B = 73.36%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18219D (or 0x18219D) is known color: Egyptian Blue. HEX triplet: 18, 21 and 9D. RGB value is (24,33,157). Sum of RGB (Red+Green+Blue) = 24+33+157=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #18219D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18219D is #E7DE62. Grayscale: #2B2B2B. Windows color (decimal): -15195747 or 10297624. OLE color: 10297624.

HSL color Cylindrical-coordinate representation of color #18219D: hue angle of 235.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18219D is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 33 157 -
CMYK 0.85 0.79 0 0.38
HSL 235.94º 0.73% 0.35% -
HSV(B) 235.94º 0.85% 0.62% -
XYZ 7.01 3.72 32.25 -
YUV 44.45 191.52 113.42 -
System Red Green Blue C M Y K H S L
Decimal 24 33 157 0.85 0.79 0 0.38 235.94 0.73 0.35
Hex 18 21 9D 55 4F 0 26 EC 49 23
Octal 30 41 235 125 117 0 46 354 111 43
Binary 11000 100001 10011101 1010101 1001111 0 100110 11101100 1001001 100011

Color Harmonies of #18219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18219D

Black with #18219D

Text Example


Text Example

White with #18219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18219D; }

 p { color: rgb(24,33,157); }

 H1.HeaderClassName
 {
   color: #18219D;
 }
 .AnyTagClassName
 {
   color: #18219D;
 }
</style>

background-color css

<style>
 a { background-color: #18219D; }

 a { background-color: rgb(24,33,157); }

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

border-color css

<style>
 span { border-color: #18219D; }

 span { border-color: rgb(24,33,157); }

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