Html Css Color HEX #113196 Egyptian Blue

📋 copy color: '#113196'

red 17 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #113196

Tints of Egyptian Blue #113196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 150 (58.98% from 255) = 69.44%

R = 7.87%
G = 22.69%
B = 69.44%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#113196 (or 0x113196) is known color: Egyptian Blue. HEX triplet: 11, 31 and 96. RGB value is (17,49,150). Sum of RGB (Red+Green+Blue) = 17+49+150=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #113196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113196 is #EECE69. Grayscale: #323232. Windows color (decimal): -15650410 or 9842961. OLE color: 9842961.

HSL color Cylindrical-coordinate representation of color #113196: hue angle of 225.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113196 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 49 150 -
CMYK 0.89 0.67 0 0.41
HSL 225.56º 0.8% 0.33% -
HSV(B) 225.56º 0.89% 0.59% -
XYZ 6.83 4.52 29.37 -
YUV 50.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 17 49 150 0.89 0.67 0 0.41 225.56 0.8 0.33
Hex 11 31 96 59 43 0 29 E2 50 21
Octal 21 61 226 131 103 0 51 342 120 41
Binary 10001 110001 10010110 1011001 1000011 0 101001 11100010 1010000 100001

Color Harmonies of #113196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113196

Black with #113196

Text Example


Text Example

White with #113196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113196; }

 p { color: rgb(17,49,150); }

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

background-color css

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

 a { background-color: rgb(17,49,150); }

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

border-color css

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

 span { border-color: rgb(17,49,150); }

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