Html Css Color HEX #112E95 Egyptian Blue

📋 copy color: '#112E95'

red 17 ◦ green 46 ◦ blue 149

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

Shades of Egyptian Blue #112E95

Tints of Egyptian Blue #112E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 8.02%
G = 21.7%
B = 70.28%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112E95 (or 0x112E95) is known color: Egyptian Blue. HEX triplet: 11, 2E and 95. RGB value is (17,46,149). Sum of RGB (Red+Green+Blue) = 17+46+149=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #112E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E95 is #EED16A. Grayscale: #303030. Windows color (decimal): -15651179 or 9776657. OLE color: 9776657.

HSL color Cylindrical-coordinate representation of color #112E95: hue angle of 226.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112E95 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 46 149 -
CMYK 0.89 0.69 0 0.42
HSL 226.82º 0.8% 0.33% -
HSV(B) 226.82º 0.89% 0.58% -
XYZ 6.63 4.24 28.9 -
YUV 49.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 17 46 149 0.89 0.69 0 0.42 226.82 0.8 0.33
Hex 11 2E 95 59 45 0 2A E3 50 21
Octal 21 56 225 131 105 0 52 343 120 41
Binary 10001 101110 10010101 1011001 1000101 0 101010 11100011 1010000 100001

Color Harmonies of #112E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E95

Black with #112E95

Text Example


Text Example

White with #112E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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