Html Css Color HEX #111EA2 Egyptian Blue

📋 copy color: '#111EA2'

red 17 ◦ green 30 ◦ blue 162

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

Shades of Egyptian Blue #111EA2

Tints of Egyptian Blue #111EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

 BLUE value IS 162 (63.67% from 255) = 77.51%

R = 8.13%
G = 14.35%
B = 77.51%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#111EA2 (or 0x111EA2) is known color: Egyptian Blue. HEX triplet: 11, 1E and A2. RGB value is (17,30,162). Sum of RGB (Red+Green+Blue) = 17+30+162=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #111EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EA2 is #EEE15D. Grayscale: #282828. Windows color (decimal): -15655262 or 10624529. OLE color: 10624529.

HSL color Cylindrical-coordinate representation of color #111EA2: hue angle of 234.62º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111EA2 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 30 162 -
CMYK 0.90 0.81 0 0.36
HSL 234.62º 0.81% 0.35% -
HSV(B) 234.62º 0.9% 0.64% -
XYZ 7.22 3.66 34.51 -
YUV 41.16 196.19 110.77 -
System Red Green Blue C M Y K H S L
Decimal 17 30 162 0.90 0.81 0 0.36 234.62 0.81 0.35
Hex 11 1E A2 5A 51 0 24 EB 51 23
Octal 21 36 242 132 121 0 44 353 121 43
Binary 10001 11110 10100010 1011010 1010001 0 100100 11101011 1010001 100011

Color Harmonies of #111EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EA2

Black with #111EA2

Text Example


Text Example

White with #111EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,30,162); }

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

background-color css

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

 a { background-color: rgb(17,30,162); }

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

border-color css

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

 span { border-color: rgb(17,30,162); }

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