Html Css Color HEX #113099 Egyptian Blue

📋 copy color: '#113099'

red 17 ◦ green 48 ◦ blue 153

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

Shades of Egyptian Blue #113099

Tints of Egyptian Blue #113099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 7.8%
G = 22.02%
B = 70.18%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#113099 (or 0x113099) is known color: Egyptian Blue. HEX triplet: 11, 30 and 99. RGB value is (17,48,153). Sum of RGB (Red+Green+Blue) = 17+48+153=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #113099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113099 is #EECF66. Grayscale: #323232. Windows color (decimal): -15650663 or 10039313. OLE color: 10039313.

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

Color convert

RGB 17 48 153 -
CMYK 0.89 0.69 0 0.4
HSL 226.32º 0.8% 0.33% -
HSV(B) 226.32º 0.89% 0.6% -
XYZ 7.04 4.53 30.64 -
YUV 50.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 17 48 153 0.89 0.69 0 0.4 226.32 0.8 0.33
Hex 11 30 99 59 45 0 28 E2 50 21
Octal 21 60 231 131 105 0 50 342 120 41
Binary 10001 110000 10011001 1011001 1000101 0 101000 11100010 1010000 100001

Color Harmonies of #113099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113099

Black with #113099

Text Example


Text Example

White with #113099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113099; }

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

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

background-color css

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

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

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

border-color css

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

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

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