Html Css Color HEX #113299 Egyptian Blue

📋 copy color: '#113299'

red 17 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #113299

Tints of Egyptian Blue #113299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

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

R = 7.73%
G = 22.73%
B = 69.55%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#113299 (or 0x113299) is known color: Egyptian Blue. HEX triplet: 11, 32 and 99. RGB value is (17,50,153). Sum of RGB (Red+Green+Blue) = 17+50+153=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #113299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113299 is #EECD66. Grayscale: #333333. Windows color (decimal): -15650151 or 10039825. OLE color: 10039825.

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

Color convert

RGB 17 50 153 -
CMYK 0.89 0.67 0 0.4
HSL 225.44º 0.8% 0.33% -
HSV(B) 225.44º 0.89% 0.6% -
XYZ 7.12 4.7 30.67 -
YUV 51.88 185.07 103.12 -
System Red Green Blue C M Y K H S L
Decimal 17 50 153 0.89 0.67 0 0.4 225.44 0.8 0.33
Hex 11 32 99 59 43 0 28 E1 50 21
Octal 21 62 231 131 103 0 50 341 120 41
Binary 10001 110010 10011001 1011001 1000011 0 101000 11100001 1010000 100001

Color Harmonies of #113299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113299

Black with #113299

Text Example


Text Example

White with #113299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113299; }

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

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

background-color css

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

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

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

border-color css

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

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

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