Html Css Color HEX #112691 Egyptian Blue

📋 copy color: '#112691'

red 17 ◦ green 38 ◦ blue 145

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

Shades of Egyptian Blue #112691

Tints of Egyptian Blue #112691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 8.5%
G = 19%
B = 72.5%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#112691 (or 0x112691) is known color: Egyptian Blue. HEX triplet: 11, 26 and 91. RGB value is (17,38,145). Sum of RGB (Red+Green+Blue) = 17+38+145=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #112691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112691 is #EED96E. Grayscale: #2B2B2B. Windows color (decimal): -15653231 or 9512465. OLE color: 9512465.

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

Color convert

RGB 17 38 145 -
CMYK 0.88 0.74 0 0.43
HSL 230.16º 0.79% 0.32% -
HSV(B) 230.16º 0.88% 0.57% -
XYZ 6.04 3.55 27.16 -
YUV 43.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 17 38 145 0.88 0.74 0 0.43 230.16 0.79 0.32
Hex 11 26 91 58 4A 0 2B E6 4F 20
Octal 21 46 221 130 112 0 53 346 117 40
Binary 10001 100110 10010001 1011000 1001010 0 101011 11100110 1001111 100000

Color Harmonies of #112691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112691

Black with #112691

Text Example


Text Example

White with #112691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112691; }

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

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

background-color css

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

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

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

border-color css

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

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

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