Html Css Color HEX #111DAA Egyptian Blue

📋 copy color: '#111DAA'

red 17 ◦ green 29 ◦ blue 170

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

Shades of Egyptian Blue #111DAA

Tints of Egyptian Blue #111DAA

RGB

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

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

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

R = 7.87%
G = 13.43%
B = 78.7%

CMYK

 C value IS 0.9

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111DAA (or 0x111DAA) is known color: Egyptian Blue. HEX triplet: 11, 1D and AA. RGB value is (17,29,170). Sum of RGB (Red+Green+Blue) = 17+29+170=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #111DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DAA is #EEE255. Grayscale: #282828. Windows color (decimal): -15655510 or 11148561. OLE color: 11148561.

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

Color convert

RGB 17 29 170 -
CMYK 0.9 0.83 0 0.33
HSL 235.29º 0.82% 0.37% -
HSV(B) 235.29º 0.9% 0.67% -
XYZ 7.93 3.9 38.37 -
YUV 41.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 17 29 170 0.9 0.83 0 0.33 235.29 0.82 0.37
Hex 11 1D AA 5A 53 0 21 EB 52 25
Octal 21 35 252 132 123 0 41 353 122 45
Binary 10001 11101 10101010 1011010 1010011 0 100001 11101011 1010010 100101

Color Harmonies of #111DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DAA

Black with #111DAA

Text Example


Text Example

White with #111DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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