Html Css Color HEX #112391 Egyptian Blue

📋 copy color: '#112391'

red 17 ◦ green 35 ◦ blue 145

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

Shades of Egyptian Blue #112391

Tints of Egyptian Blue #112391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 145 (57.03% from 255) = 73.6%

R = 8.63%
G = 17.77%
B = 73.6%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112391 (or 0x112391) is known color: Egyptian Blue. HEX triplet: 11, 23 and 91. RGB value is (17,35,145). Sum of RGB (Red+Green+Blue) = 17+35+145=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #112391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112391 is #EEDC6E. Grayscale: #292929. Windows color (decimal): -15653999 or 9511697. OLE color: 9511697.

HSL color Cylindrical-coordinate representation of color #112391: hue angle of 231.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112391 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 35 145 -
CMYK 0.88 0.76 0 0.43
HSL 231.56º 0.79% 0.32% -
HSV(B) 231.56º 0.88% 0.57% -
XYZ 5.94 3.37 27.12 -
YUV 42.16 186.04 110.06 -
System Red Green Blue C M Y K H S L
Decimal 17 35 145 0.88 0.76 0 0.43 231.56 0.79 0.32
Hex 11 23 91 58 4C 0 2B E8 4F 20
Octal 21 43 221 130 114 0 53 350 117 40
Binary 10001 100011 10010001 1011000 1001100 0 101011 11101000 1001111 100000

Color Harmonies of #112391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112391

Black with #112391

Text Example


Text Example

White with #112391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112391; }

 p { color: rgb(17,35,145); }

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

background-color css

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

 a { background-color: rgb(17,35,145); }

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

border-color css

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

 span { border-color: rgb(17,35,145); }

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