Html Css Color HEX #112891 Egyptian Blue

📋 copy color: '#112891'

red 17 ◦ green 40 ◦ blue 145

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

Shades of Egyptian Blue #112891

Tints of Egyptian Blue #112891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

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

R = 8.42%
G = 19.8%
B = 71.78%

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

#112891 (or 0x112891) is known color: Egyptian Blue. HEX triplet: 11, 28 and 91. RGB value is (17,40,145). Sum of RGB (Red+Green+Blue) = 17+40+145=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #112891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112891 is #EED76E. Grayscale: #2C2C2C. Windows color (decimal): -15652719 or 9512977. OLE color: 9512977.

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

Color convert

RGB 17 40 145 -
CMYK 0.88 0.72 0 0.43
HSL 229.22º 0.79% 0.32% -
HSV(B) 229.22º 0.88% 0.57% -
XYZ 6.1 3.68 27.18 -
YUV 45.09 184.38 107.96 -
System Red Green Blue C M Y K H S L
Decimal 17 40 145 0.88 0.72 0 0.43 229.22 0.79 0.32
Hex 11 28 91 58 48 0 2B E5 4F 20
Octal 21 50 221 130 110 0 53 345 117 40
Binary 10001 101000 10010001 1011000 1001000 0 101011 11100101 1001111 100000

Color Harmonies of #112891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112891

Black with #112891

Text Example


Text Example

White with #112891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112891; }

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

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

background-color css

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

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

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

border-color css

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

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

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