Html Css Color HEX #111CAD Egyptian Blue

📋 copy color: '#111CAD'

red 17 ◦ green 28 ◦ blue 173

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

Shades of Egyptian Blue #111CAD

Tints of Egyptian Blue #111CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

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

R = 7.8%
G = 12.84%
B = 79.36%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#111CAD (or 0x111CAD) is known color: Egyptian Blue. HEX triplet: 11, 1C and AD. RGB value is (17,28,173). Sum of RGB (Red+Green+Blue) = 17+28+173=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #111CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CAD is #EEE352. Grayscale: #282828. Windows color (decimal): -15655763 or 11344913. OLE color: 11344913.

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

Color convert

RGB 17 28 173 -
CMYK 0.90 0.84 0 0.32
HSL 235.77º 0.82% 0.37% -
HSV(B) 235.77º 0.9% 0.68% -
XYZ 8.19 3.97 39.87 -
YUV 41.24 202.36 110.71 -
System Red Green Blue C M Y K H S L
Decimal 17 28 173 0.90 0.84 0 0.32 235.77 0.82 0.37
Hex 11 1C AD 5A 54 0 20 EC 52 25
Octal 21 34 255 132 124 0 40 354 122 45
Binary 10001 11100 10101101 1011010 1010100 0 100000 11101100 1010010 100101

Color Harmonies of #111CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CAD

Black with #111CAD

Text Example


Text Example

White with #111CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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