Html Css Color HEX #112DAE Egyptian Blue

📋 copy color: '#112DAE'

red 17 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #112DAE

Tints of Egyptian Blue #112DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 7.2%
G = 19.07%
B = 73.73%

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

#112DAE (or 0x112DAE) is known color: Egyptian Blue. HEX triplet: 11, 2D and AE. RGB value is (17,45,174). Sum of RGB (Red+Green+Blue) = 17+45+174=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #112DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DAE is #EED251. Grayscale: #323232. Windows color (decimal): -15651410 or 11414801. OLE color: 11414801.

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

Color convert

RGB 17 45 174 -
CMYK 0.90 0.74 0 0.32
HSL 229.3º 0.82% 0.37% -
HSV(B) 229.3º 0.9% 0.68% -
XYZ 8.81 5.05 40.56 -
YUV 51.33 197.22 103.51 -
System Red Green Blue C M Y K H S L
Decimal 17 45 174 0.90 0.74 0 0.32 229.3 0.82 0.37
Hex 11 2D AE 5A 4A 0 20 E5 52 25
Octal 21 55 256 132 112 0 40 345 122 45
Binary 10001 101101 10101110 1011010 1001010 0 100000 11100101 1010010 100101

Color Harmonies of #112DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DAE

Black with #112DAE

Text Example


Text Example

White with #112DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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