Html Css Color HEX #1118AE Egyptian Blue

📋 copy color: '#1118AE'

red 17 ◦ green 24 ◦ blue 174

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

Shades of Egyptian Blue #1118AE

Tints of Egyptian Blue #1118AE

RGB

 RED value IS 17 (7.03% from 255) = 7.91%

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

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

R = 7.91%
G = 11.16%
B = 80.93%

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

#1118AE (or 0x1118AE) is known color: Egyptian Blue. HEX triplet: 11, 18 and AE. RGB value is (17,24,174). Sum of RGB (Red+Green+Blue) = 17+24+174=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #1118AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1118AE is #EEE751. Grayscale: #262626. Windows color (decimal): -15656786 or 11409425. OLE color: 11409425.

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

Color convert

RGB 17 24 174 -
CMYK 0.90 0.86 0 0.32
HSL 237.32º 0.82% 0.37% -
HSV(B) 237.32º 0.9% 0.68% -
XYZ 8.2 3.83 40.35 -
YUV 39.01 204.18 112.3 -
System Red Green Blue C M Y K H S L
Decimal 17 24 174 0.90 0.86 0 0.32 237.32 0.82 0.37
Hex 11 18 AE 5A 56 0 20 ED 52 25
Octal 21 30 256 132 126 0 40 355 122 45
Binary 10001 11000 10101110 1011010 1010110 0 100000 11101101 1010010 100101

Color Harmonies of #1118AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1118AE

Black with #1118AE

Text Example


Text Example

White with #1118AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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