Html Css Color HEX #112991 Egyptian Blue

📋 copy color: '#112991'

red 17 ◦ green 41 ◦ blue 145

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

Shades of Egyptian Blue #112991

Tints of Egyptian Blue #112991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

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

R = 8.37%
G = 20.2%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112991 (or 0x112991) is known color: Egyptian Blue. HEX triplet: 11, 29 and 91. RGB value is (17,41,145). Sum of RGB (Red+Green+Blue) = 17+41+145=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #112991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112991 is #EED66E. Grayscale: #2D2D2D. Windows color (decimal): -15652463 or 9513233. OLE color: 9513233.

HSL color Cylindrical-coordinate representation of color #112991: hue angle of 228.75º 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 #112991 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 41 145 -
CMYK 0.88 0.72 0 0.43
HSL 228.75º 0.79% 0.32% -
HSV(B) 228.75º 0.88% 0.57% -
XYZ 6.13 3.75 27.19 -
YUV 45.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 17 41 145 0.88 0.72 0 0.43 228.75 0.79 0.32
Hex 11 29 91 58 48 0 2B E5 4F 20
Octal 21 51 221 130 110 0 53 345 117 40
Binary 10001 101001 10010001 1011000 1001000 0 101011 11100101 1001111 100000

Color Harmonies of #112991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112991

Black with #112991

Text Example


Text Example

White with #112991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112991; }

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

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

background-color css

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

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

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

border-color css

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

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

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