Html Css Color HEX #113596 Egyptian Blue

📋 copy color: '#113596'

red 17 ◦ green 53 ◦ blue 150

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

Shades of Egyptian Blue #113596

Tints of Egyptian Blue #113596

RGB

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

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

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

R = 7.73%
G = 24.09%
B = 68.18%

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

#113596 (or 0x113596) is known color: Egyptian Blue. HEX triplet: 11, 35 and 96. RGB value is (17,53,150). Sum of RGB (Red+Green+Blue) = 17+53+150=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #113596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113596 is #EECA69. Grayscale: #343434. Windows color (decimal): -15649386 or 9843985. OLE color: 9843985.

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

Color convert

RGB 17 53 150 -
CMYK 0.89 0.65 0 0.41
HSL 223.76º 0.8% 0.33% -
HSV(B) 223.76º 0.89% 0.59% -
XYZ 7.01 4.87 29.42 -
YUV 53.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 17 53 150 0.89 0.65 0 0.41 223.76 0.8 0.33
Hex 11 35 96 59 41 0 29 E0 50 21
Octal 21 65 226 131 101 0 51 340 120 41
Binary 10001 110101 10010110 1011001 1000001 0 101001 11100000 1010000 100001

Color Harmonies of #113596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113596

Black with #113596

Text Example


Text Example

White with #113596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113596; }

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

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

background-color css

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

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

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

border-color css

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

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

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