Html Css Color HEX #111AAE Egyptian Blue

📋 copy color: '#111AAE'

red 17 ◦ green 26 ◦ blue 174

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

Shades of Egyptian Blue #111AAE

Tints of Egyptian Blue #111AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.98%

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

R = 7.83%
G = 11.98%
B = 80.18%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#111AAE (or 0x111AAE) is known color: Egyptian Blue. HEX triplet: 11, 1A and AE. RGB value is (17,26,174). Sum of RGB (Red+Green+Blue) = 17+26+174=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #111AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAE is #EEE551. Grayscale: #272727. Windows color (decimal): -15656274 or 11409937. OLE color: 11409937.

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

Color convert

RGB 17 26 174 -
CMYK 0.90 0.85 0 0.32
HSL 236.56º 0.82% 0.37% -
HSV(B) 236.56º 0.9% 0.68% -
XYZ 8.24 3.91 40.37 -
YUV 40.18 203.52 111.47 -
System Red Green Blue C M Y K H S L
Decimal 17 26 174 0.90 0.85 0 0.32 236.56 0.82 0.37
Hex 11 1A AE 5A 55 0 20 ED 52 25
Octal 21 32 256 132 125 0 40 355 122 45
Binary 10001 11010 10101110 1011010 1010101 0 100000 11101101 1010010 100101

Color Harmonies of #111AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AAE

Black with #111AAE

Text Example


Text Example

White with #111AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111AAE; }

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

 H1.HeaderClassName
 {
   color: #111AAE;
 }
 .AnyTagClassName
 {
   color: #111AAE;
 }
</style>

background-color css

<style>
 a { background-color: #111AAE; }

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

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

border-color css

<style>
 span { border-color: #111AAE; }

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

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