Html Css Color HEX #112291 Egyptian Blue

📋 copy color: '#112291'

red 17 ◦ green 34 ◦ blue 145

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

Shades of Egyptian Blue #112291

Tints of Egyptian Blue #112291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 8.67%
G = 17.35%
B = 73.98%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112291 (or 0x112291) is known color: Egyptian Blue. HEX triplet: 11, 22 and 91. RGB value is (17,34,145). Sum of RGB (Red+Green+Blue) = 17+34+145=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #112291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112291 is #EEDD6E. Grayscale: #292929. Windows color (decimal): -15654255 or 9511441. OLE color: 9511441.

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

Color convert

RGB 17 34 145 -
CMYK 0.88 0.77 0 0.43
HSL 232.03º 0.79% 0.32% -
HSV(B) 232.03º 0.88% 0.57% -
XYZ 5.91 3.31 27.11 -
YUV 41.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 17 34 145 0.88 0.77 0 0.43 232.03 0.79 0.32
Hex 11 22 91 58 4D 0 2B E8 4F 20
Octal 21 42 221 130 115 0 53 350 117 40
Binary 10001 100010 10010001 1011000 1001101 0 101011 11101000 1001111 100000

Color Harmonies of #112291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112291

Black with #112291

Text Example


Text Example

White with #112291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112291; }

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

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

background-color css

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

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

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

border-color css

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

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

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