Html Css Color HEX #111DAE Egyptian Blue

📋 copy color: '#111DAE'

red 17 ◦ green 29 ◦ blue 174

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

Shades of Egyptian Blue #111DAE

Tints of Egyptian Blue #111DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.18%

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

R = 7.73%
G = 13.18%
B = 79.09%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#111DAE (or 0x111DAE) is known color: Egyptian Blue. HEX triplet: 11, 1D and AE. RGB value is (17,29,174). Sum of RGB (Red+Green+Blue) = 17+29+174=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #111DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DAE is #EEE251. Grayscale: #292929. Windows color (decimal): -15655506 or 11410705. OLE color: 11410705.

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

Color convert

RGB 17 29 174 -
CMYK 0.90 0.83 0 0.32
HSL 235.41º 0.82% 0.37% -
HSV(B) 235.41º 0.9% 0.68% -
XYZ 8.31 4.05 40.39 -
YUV 41.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 17 29 174 0.90 0.83 0 0.32 235.41 0.82 0.37
Hex 11 1D AE 5A 53 0 20 EB 52 25
Octal 21 35 256 132 123 0 40 353 122 45
Binary 10001 11101 10101110 1011010 1010011 0 100000 11101011 1010010 100101

Color Harmonies of #111DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DAE

Black with #111DAE

Text Example


Text Example

White with #111DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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