Html Css Color HEX #1126AA Egyptian Blue

📋 copy color: '#1126AA'

red 17 ◦ green 38 ◦ blue 170

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

Shades of Egyptian Blue #1126AA

Tints of Egyptian Blue #1126AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 170 (66.8% from 255) = 75.56%

R = 7.56%
G = 16.89%
B = 75.56%

CMYK

 C value IS 0.9

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1126AA (or 0x1126AA) is known color: Egyptian Blue. HEX triplet: 11, 26 and AA. RGB value is (17,38,170). Sum of RGB (Red+Green+Blue) = 17+38+170=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #1126AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1126AA is #EED955. Grayscale: #2E2E2E. Windows color (decimal): -15653206 or 11150865. OLE color: 11150865.

HSL color Cylindrical-coordinate representation of color #1126AA: hue angle of 231.76º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1126AA is Cyan = 0.9, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 38 170 -
CMYK 0.9 0.78 0 0.33
HSL 231.76º 0.82% 0.37% -
HSV(B) 231.76º 0.9% 0.67% -
XYZ 8.18 4.41 38.45 -
YUV 46.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 17 38 170 0.9 0.78 0 0.33 231.76 0.82 0.37
Hex 11 26 AA 5A 4E 0 21 E8 52 25
Octal 21 46 252 132 116 0 41 350 122 45
Binary 10001 100110 10101010 1011010 1001110 0 100001 11101000 1010010 100101

Color Harmonies of #1126AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126AA

Black with #1126AA

Text Example


Text Example

White with #1126AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1126AA; }

 p { color: rgb(17,38,170); }

 H1.HeaderClassName
 {
   color: #1126AA;
 }
 .AnyTagClassName
 {
   color: #1126AA;
 }
</style>

background-color css

<style>
 a { background-color: #1126AA; }

 a { background-color: rgb(17,38,170); }

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

border-color css

<style>
 span { border-color: #1126AA; }

 span { border-color: rgb(17,38,170); }

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