Html Css Color HEX #113599 Egyptian Blue

📋 copy color: '#113599'

red 17 ◦ green 53 ◦ blue 153

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

Shades of Egyptian Blue #113599

Tints of Egyptian Blue #113599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.61%

R = 7.62%
G = 23.77%
B = 68.61%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#113599 (or 0x113599) is known color: Egyptian Blue. HEX triplet: 11, 35 and 99. RGB value is (17,53,153). Sum of RGB (Red+Green+Blue) = 17+53+153=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #113599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113599 is #EECA66. Grayscale: #353535. Windows color (decimal): -15649383 or 10040593. OLE color: 10040593.

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

Color convert

RGB 17 53 153 -
CMYK 0.89 0.65 0 0.4
HSL 224.12º 0.8% 0.33% -
HSV(B) 224.12º 0.89% 0.6% -
XYZ 7.25 4.97 30.71 -
YUV 53.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 17 53 153 0.89 0.65 0 0.4 224.12 0.8 0.33
Hex 11 35 99 59 41 0 28 E0 50 21
Octal 21 65 231 131 101 0 50 340 120 41
Binary 10001 110101 10011001 1011001 1000001 0 101000 11100000 1010000 100001

Color Harmonies of #113599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113599

Black with #113599

Text Example


Text Example

White with #113599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113599; }

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

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

background-color css

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

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

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

border-color css

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

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

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