Html Css Color HEX #112BAE Egyptian Blue

📋 copy color: '#112BAE'

red 17 ◦ green 43 ◦ blue 174

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

Shades of Egyptian Blue #112BAE

Tints of Egyptian Blue #112BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

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

R = 7.26%
G = 18.38%
B = 74.36%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#112BAE (or 0x112BAE) is known color: Egyptian Blue. HEX triplet: 11, 2B and AE. RGB value is (17,43,174). Sum of RGB (Red+Green+Blue) = 17+43+174=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #112BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112BAE is #EED451. Grayscale: #313131. Windows color (decimal): -15651922 or 11414289. OLE color: 11414289.

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

Color convert

RGB 17 43 174 -
CMYK 0.90 0.75 0 0.32
HSL 230.06º 0.82% 0.37% -
HSV(B) 230.06º 0.9% 0.68% -
XYZ 8.74 4.9 40.53 -
YUV 50.16 197.89 104.35 -
System Red Green Blue C M Y K H S L
Decimal 17 43 174 0.90 0.75 0 0.32 230.06 0.82 0.37
Hex 11 2B AE 5A 4B 0 20 E6 52 25
Octal 21 53 256 132 113 0 40 346 122 45
Binary 10001 101011 10101110 1011010 1001011 0 100000 11100110 1010010 100101

Color Harmonies of #112BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BAE

Black with #112BAE

Text Example


Text Example

White with #112BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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