Html Css Color HEX #113499 Egyptian Blue

📋 copy color: '#113499'

red 17 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #113499

Tints of Egyptian Blue #113499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 7.66%
G = 23.42%
B = 68.92%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#113499 (or 0x113499) is known color: Egyptian Blue. HEX triplet: 11, 34 and 99. RGB value is (17,52,153). Sum of RGB (Red+Green+Blue) = 17+52+153=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #113499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113499 is #EECB66. Grayscale: #343434. Windows color (decimal): -15649639 or 10040337. OLE color: 10040337.

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

Color convert

RGB 17 52 153 -
CMYK 0.89 0.66 0 0.4
HSL 224.56º 0.8% 0.33% -
HSV(B) 224.56º 0.89% 0.6% -
XYZ 7.21 4.88 30.7 -
YUV 53.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 17 52 153 0.89 0.66 0 0.4 224.56 0.8 0.33
Hex 11 34 99 59 42 0 28 E1 50 21
Octal 21 64 231 131 102 0 50 341 120 41
Binary 10001 110100 10011001 1011001 1000010 0 101000 11100001 1010000 100001

Color Harmonies of #113499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113499

Black with #113499

Text Example


Text Example

White with #113499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113499; }

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

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

background-color css

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

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

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

border-color css

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

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

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