Html Css Color HEX #1122AE Egyptian Blue

📋 copy color: '#1122AE'

red 17 ◦ green 34 ◦ blue 174

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

Shades of Egyptian Blue #1122AE

Tints of Egyptian Blue #1122AE

RGB

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

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

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

R = 7.56%
G = 15.11%
B = 77.33%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1122AE (or 0x1122AE) is known color: Egyptian Blue. HEX triplet: 11, 22 and AE. RGB value is (17,34,174). Sum of RGB (Red+Green+Blue) = 17+34+174=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #1122AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1122AE is #EEDD51. Grayscale: #2C2C2C. Windows color (decimal): -15654226 or 11411985. OLE color: 11411985.

HSL color Cylindrical-coordinate representation of color #1122AE: hue angle of 233.5º 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 #1122AE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 34 174 -
CMYK 0.90 0.80 0 0.32
HSL 233.5º 0.82% 0.37% -
HSV(B) 233.5º 0.9% 0.68% -
XYZ 8.44 4.32 40.43 -
YUV 44.88 200.87 108.12 -
System Red Green Blue C M Y K H S L
Decimal 17 34 174 0.90 0.80 0 0.32 233.5 0.82 0.37
Hex 11 22 AE 5A 50 0 20 EA 52 25
Octal 21 42 256 132 120 0 40 352 122 45
Binary 10001 100010 10101110 1011010 1010000 0 100000 11101010 1010010 100101

Color Harmonies of #1122AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1122AE

Black with #1122AE

Text Example


Text Example

White with #1122AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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