Html Css Color HEX #113595 Egyptian Blue

📋 copy color: '#113595'

red 17 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #113595

Tints of Egyptian Blue #113595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 7.76%
G = 24.2%
B = 68.04%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113595 (or 0x113595) is known color: Egyptian Blue. HEX triplet: 11, 35 and 95. RGB value is (17,53,149). Sum of RGB (Red+Green+Blue) = 17+53+149=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #113595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113595 is #EECA6A. Grayscale: #343434. Windows color (decimal): -15649387 or 9778449. OLE color: 9778449.

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

Color convert

RGB 17 53 149 -
CMYK 0.89 0.64 0 0.42
HSL 223.64º 0.8% 0.33% -
HSV(B) 223.64º 0.89% 0.58% -
XYZ 6.93 4.84 29 -
YUV 53.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 17 53 149 0.89 0.64 0 0.42 223.64 0.8 0.33
Hex 11 35 95 59 40 0 2A E0 50 21
Octal 21 65 225 131 100 0 52 340 120 41
Binary 10001 110101 10010101 1011001 1000000 0 101010 11100000 1010000 100001

Color Harmonies of #113595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113595

Black with #113595

Text Example


Text Example

White with #113595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113595; }

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

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

background-color css

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

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

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

border-color css

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

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

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