#113B99

Color #113B99 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #113B99

Tints of Egyptian Blue #113B99

Color information

#113B99 (or 0x113B99) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3B and 99. RGB value is (17,59,153). Sum of RGB (Red+Green+Blue) = 17+59+153=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #113B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B99 is #EEC466. Grayscale: #383838. Windows color (decimal): -15647847 or 10042129. OLE color: 10042129.

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

Color convert

RGB1759153-
CMYK0.890.6100.4
HSL221.47º80%33.33%-
HSV(B)221.47º88.89%60%-
XYZ7.545.5530.81-
YUV57.16182.0999.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=7.42%
G=25.76%
B=66.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17591530.890.6100.4221.478033.33
Hex113B99593D028dd5021
Octal21732311317505033512041
Binary100011110111001100110110011111010101000110111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113B99; }

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

 H1.HeaderClassName
 {
   color: #113B99;
 }
 .AnyTagClassName
 {
   color: #113B99;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #113B99;
 }
 .BgClassName
 {
   background-color: #113B99;
 }
</style>
border-color css

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

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

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