Html Css Color HEX #18229C Egyptian Blue

📋 copy color: '#18229C'

red 24 ◦ green 34 ◦ blue 156

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

Shades of Egyptian Blue #18229C

Tints of Egyptian Blue #18229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.9%

R = 11.21%
G = 15.89%
B = 72.9%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18229C (or 0x18229C) is known color: Egyptian Blue. HEX triplet: 18, 22 and 9C. RGB value is (24,34,156). Sum of RGB (Red+Green+Blue) = 24+34+156=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #18229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18229C is #E7DD63. Grayscale: #2C2C2C. Windows color (decimal): -15195492 or 10232344. OLE color: 10232344.

HSL color Cylindrical-coordinate representation of color #18229C: hue angle of 235.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18229C is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 34 156 -
CMYK 0.85 0.78 0 0.39
HSL 235.45º 0.73% 0.35% -
HSV(B) 235.45º 0.85% 0.61% -
XYZ 6.95 3.74 31.81 -
YUV 44.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 24 34 156 0.85 0.78 0 0.39 235.45 0.73 0.35
Hex 18 22 9C 55 4E 0 27 EB 49 23
Octal 30 42 234 125 116 0 47 353 111 43
Binary 11000 100010 10011100 1010101 1001110 0 100111 11101011 1001001 100011

Color Harmonies of #18229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18229C

Black with #18229C

Text Example


Text Example

White with #18229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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