#113C99

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

Shades of Egyptian Blue #113C99

Tints of Egyptian Blue #113C99

Color information

#113C99 (or 0x113C99) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3C and 99. RGB value is (17,60,153). Sum of RGB (Red+Green+Blue) = 17+60+153=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #113C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C99 is #EEC366. Grayscale: #393939. Windows color (decimal): -15647591 or 10042385. OLE color: 10042385.

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

Color convert

RGB1760153-
CMYK0.890.6100.4
HSL221.03º80%33.33%-
HSV(B)221.03º88.89%60%-
XYZ7.65.6530.83-
YUV57.74181.7598.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 153 (60.16% from 255) = 66.52%
R=7.39%
G=26.09%
B=66.52%

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
Decimal17601530.890.6100.4221.038033.33
Hex113C99593D028dd5021
Octal21742311317505033512041
Binary100011111001001100110110011111010101000110111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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