Html Css Color HEX #18229D Egyptian Blue

📋 copy color: '#18229D'

red 24 ◦ green 34 ◦ blue 157

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

Shades of Egyptian Blue #18229D

Tints of Egyptian Blue #18229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 11.16%
G = 15.81%
B = 73.02%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18229D (or 0x18229D) is known color: Egyptian Blue. HEX triplet: 18, 22 and 9D. RGB value is (24,34,157). Sum of RGB (Red+Green+Blue) = 24+34+157=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #18229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18229D is #E7DD62. Grayscale: #2C2C2C. Windows color (decimal): -15195491 or 10297880. OLE color: 10297880.

HSL color Cylindrical-coordinate representation of color #18229D: hue angle of 235.49º 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 #18229D is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 34 157 -
CMYK 0.85 0.78 0 0.38
HSL 235.49º 0.73% 0.35% -
HSV(B) 235.49º 0.85% 0.62% -
XYZ 7.03 3.77 32.26 -
YUV 45.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 24 34 157 0.85 0.78 0 0.38 235.49 0.73 0.35
Hex 18 22 9D 55 4E 0 26 EB 49 23
Octal 30 42 235 125 116 0 46 353 111 43
Binary 11000 100010 10011101 1010101 1001110 0 100110 11101011 1001001 100011

Color Harmonies of #18229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18229D

Black with #18229D

Text Example


Text Example

White with #18229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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