Html Css Color HEX #112EAE Egyptian Blue

📋 copy color: '#112EAE'

red 17 ◦ green 46 ◦ blue 174

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

Shades of Egyptian Blue #112EAE

Tints of Egyptian Blue #112EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 7.17%
G = 19.41%
B = 73.42%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#112EAE (or 0x112EAE) is known color: Egyptian Blue. HEX triplet: 11, 2E and AE. RGB value is (17,46,174). Sum of RGB (Red+Green+Blue) = 17+46+174=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #112EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EAE is #EED151. Grayscale: #333333. Windows color (decimal): -15651154 or 11415057. OLE color: 11415057.

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

Color convert

RGB 17 46 174 -
CMYK 0.90 0.74 0 0.32
HSL 228.92º 0.82% 0.37% -
HSV(B) 228.92º 0.9% 0.68% -
XYZ 8.85 5.13 40.57 -
YUV 51.92 196.89 103.09 -
System Red Green Blue C M Y K H S L
Decimal 17 46 174 0.90 0.74 0 0.32 228.92 0.82 0.37
Hex 11 2E AE 5A 4A 0 20 E5 52 25
Octal 21 56 256 132 112 0 40 345 122 45
Binary 10001 101110 10101110 1011010 1001010 0 100000 11100101 1010010 100101

Color Harmonies of #112EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EAE

Black with #112EAE

Text Example


Text Example

White with #112EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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