Html Css Color HEX #111EAE Egyptian Blue

📋 copy color: '#111EAE'

red 17 ◦ green 30 ◦ blue 174

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

Shades of Egyptian Blue #111EAE

Tints of Egyptian Blue #111EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 7.69%
G = 13.57%
B = 78.73%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#111EAE (or 0x111EAE) is known color: Egyptian Blue. HEX triplet: 11, 1E and AE. RGB value is (17,30,174). Sum of RGB (Red+Green+Blue) = 17+30+174=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #111EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EAE is #EEE151. Grayscale: #292929. Windows color (decimal): -15655250 or 11410961. OLE color: 11410961.

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

Color convert

RGB 17 30 174 -
CMYK 0.90 0.83 0 0.32
HSL 235.03º 0.82% 0.37% -
HSV(B) 235.03º 0.9% 0.68% -
XYZ 8.34 4.1 40.4 -
YUV 42.53 202.19 109.79 -
System Red Green Blue C M Y K H S L
Decimal 17 30 174 0.90 0.83 0 0.32 235.03 0.82 0.37
Hex 11 1E AE 5A 53 0 20 EB 52 25
Octal 21 36 256 132 123 0 40 353 122 45
Binary 10001 11110 10101110 1011010 1010011 0 100000 11101011 1010010 100101

Color Harmonies of #111EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EAE

Black with #111EAE

Text Example


Text Example

White with #111EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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