Html Css Color HEX #113197 Egyptian Blue

📋 copy color: '#113197'

red 17 ◦ green 49 ◦ blue 151

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

Shades of Egyptian Blue #113197

Tints of Egyptian Blue #113197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.59%

R = 7.83%
G = 22.58%
B = 69.59%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#113197 (or 0x113197) is known color: Egyptian Blue. HEX triplet: 11, 31 and 97. RGB value is (17,49,151). Sum of RGB (Red+Green+Blue) = 17+49+151=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #113197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113197 is #EECE68. Grayscale: #323232. Windows color (decimal): -15650409 or 9908497. OLE color: 9908497.

HSL color Cylindrical-coordinate representation of color #113197: hue angle of 225.67º 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 #113197 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 49 151 -
CMYK 0.89 0.68 0 0.41
HSL 225.67º 0.8% 0.33% -
HSV(B) 225.67º 0.89% 0.59% -
XYZ 6.92 4.55 29.79 -
YUV 51.06 184.4 103.71 -
System Red Green Blue C M Y K H S L
Decimal 17 49 151 0.89 0.68 0 0.41 225.67 0.8 0.33
Hex 11 31 97 59 44 0 29 E2 50 21
Octal 21 61 227 131 104 0 51 342 120 41
Binary 10001 110001 10010111 1011001 1000100 0 101001 11100010 1010000 100001

Color Harmonies of #113197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113197

Black with #113197

Text Example


Text Example

White with #113197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113197; }

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

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

background-color css

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

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

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

border-color css

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

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

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