Html Css Color HEX #111EA1 Egyptian Blue

📋 copy color: '#111EA1'

red 17 ◦ green 30 ◦ blue 161

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

Shades of Egyptian Blue #111EA1

Tints of Egyptian Blue #111EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 77.4%

R = 8.17%
G = 14.42%
B = 77.4%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#111EA1 (or 0x111EA1) is known color: Egyptian Blue. HEX triplet: 11, 1E and A1. RGB value is (17,30,161). Sum of RGB (Red+Green+Blue) = 17+30+161=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 161 (63.28% from 255 or 77.40% from 208); Max value from RGB is 161 - color contains mainly: blue. Hex color #111EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EA1 is #EEE15E. Grayscale: #282828. Windows color (decimal): -15655263 or 10558993. OLE color: 10558993.

HSL color Cylindrical-coordinate representation of color #111EA1: hue angle of 234.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111EA1 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 30 161 -
CMYK 0.89 0.81 0 0.37
HSL 234.58º 0.81% 0.35% -
HSV(B) 234.58º 0.89% 0.63% -
XYZ 7.13 3.62 34.04 -
YUV 41.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 17 30 161 0.89 0.81 0 0.37 234.58 0.81 0.35
Hex 11 1E A1 59 51 0 25 EB 51 23
Octal 21 36 241 131 121 0 45 353 121 43
Binary 10001 11110 10100001 1011001 1010001 0 100101 11101011 1010001 100011

Color Harmonies of #111EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EA1

Black with #111EA1

Text Example


Text Example

White with #111EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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