Html Css Color HEX #111AAD Egyptian Blue

📋 copy color: '#111AAD'

red 17 ◦ green 26 ◦ blue 173

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

Shades of Egyptian Blue #111AAD

Tints of Egyptian Blue #111AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.09%

R = 7.87%
G = 12.04%
B = 80.09%

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

#111AAD (or 0x111AAD) is known color: Egyptian Blue. HEX triplet: 11, 1A and AD. RGB value is (17,26,173). Sum of RGB (Red+Green+Blue) = 17+26+173=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #111AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAD is #EEE552. Grayscale: #272727. Windows color (decimal): -15656275 or 11344401. OLE color: 11344401.

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

Color convert

RGB 17 26 173 -
CMYK 0.90 0.85 0 0.32
HSL 236.54º 0.82% 0.37% -
HSV(B) 236.54º 0.9% 0.68% -
XYZ 8.14 3.88 39.85 -
YUV 40.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 17 26 173 0.90 0.85 0 0.32 236.54 0.82 0.37
Hex 11 1A AD 5A 55 0 20 ED 52 25
Octal 21 32 255 132 125 0 40 355 122 45
Binary 10001 11010 10101101 1011010 1010101 0 100000 11101101 1010010 100101

Color Harmonies of #111AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AAD

Black with #111AAD

Text Example


Text Example

White with #111AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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