Html Css Color HEX #1218AE Egyptian Blue

📋 copy color: '#1218AE'

red 18 ◦ green 24 ◦ blue 174

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

Shades of Egyptian Blue #1218AE

Tints of Egyptian Blue #1218AE

RGB

 RED value IS 18 (7.42% from 255) = 8.33%

 GREEN value IS 24 (9.77% from 255) = 11.11%

 BLUE value IS 174 (68.36% from 255) = 80.56%

R = 8.33%
G = 11.11%
B = 80.56%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1218AE (or 0x1218AE) is known color: Egyptian Blue. HEX triplet: 12, 18 and AE. RGB value is (18,24,174). Sum of RGB (Red+Green+Blue) = 18+24+174=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #1218AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1218AE is #EDE751. Grayscale: #262626. Windows color (decimal): -15591250 or 11409426. OLE color: 11409426.

HSL color Cylindrical-coordinate representation of color #1218AE: hue angle of 237.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1218AE is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 24 174 -
CMYK 0.90 0.86 0 0.32
HSL 237.69º 0.81% 0.38% -
HSV(B) 237.69º 0.9% 0.68% -
XYZ 8.22 3.84 40.35 -
YUV 39.31 204.01 112.8 -
System Red Green Blue C M Y K H S L
Decimal 18 24 174 0.90 0.86 0 0.32 237.69 0.81 0.38
Hex 12 18 AE 5A 56 0 20 EE 51 26
Octal 22 30 256 132 126 0 40 356 121 46
Binary 10010 11000 10101110 1011010 1010110 0 100000 11101110 1010001 100110

Color Harmonies of #1218AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218AE

Black with #1218AE

Text Example


Text Example

White with #1218AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1218AE; }

 p { color: rgb(18,24,174); }

 H1.HeaderClassName
 {
   color: #1218AE;
 }
 .AnyTagClassName
 {
   color: #1218AE;
 }
</style>

background-color css

<style>
 a { background-color: #1218AE; }

 a { background-color: rgb(18,24,174); }

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

border-color css

<style>
 span { border-color: #1218AE; }

 span { border-color: rgb(18,24,174); }

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