Html Css Color HEX #113597 Egyptian Blue

📋 copy color: '#113597'

red 17 ◦ green 53 ◦ blue 151

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

Shades of Egyptian Blue #113597

Tints of Egyptian Blue #113597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 7.69%
G = 23.98%
B = 68.33%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#113597 (or 0x113597) is known color: Egyptian Blue. HEX triplet: 11, 35 and 97. RGB value is (17,53,151). Sum of RGB (Red+Green+Blue) = 17+53+151=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #113597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113597 is #EECA68. Grayscale: #343434. Windows color (decimal): -15649385 or 9909521. OLE color: 9909521.

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

Color convert

RGB 17 53 151 -
CMYK 0.89 0.65 0 0.41
HSL 223.88º 0.8% 0.33% -
HSV(B) 223.88º 0.89% 0.59% -
XYZ 7.09 4.9 29.85 -
YUV 53.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 17 53 151 0.89 0.65 0 0.41 223.88 0.8 0.33
Hex 11 35 97 59 41 0 29 E0 50 21
Octal 21 65 227 131 101 0 51 340 120 41
Binary 10001 110101 10010111 1011001 1000001 0 101001 11100000 1010000 100001

Color Harmonies of #113597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113597

Black with #113597

Text Example


Text Example

White with #113597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113597; }

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

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

background-color css

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

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

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

border-color css

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

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

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