#113FA0

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

Shades of Egyptian Blue #113FA0

Tints of Egyptian Blue #113FA0

Color information

#113FA0 (or 0x113FA0) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3F and A0. RGB value is (17,63,160). Sum of RGB (Red+Green+Blue) = 17+63+160=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #113FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FA0 is #EEC05F. Grayscale: #3B3B3B. Windows color (decimal): -15646816 or 10501905. OLE color: 10501905.

HSL color Cylindrical-coordinate representation of color #113FA0: hue angle of 220.7º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113FA0 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1763160-
CMYK0.890.6100.37
HSL220.7º80.79%34.71%-
HSV(B)220.7º89.38%62.75%-
XYZ8.356.2134.02-
YUV60.3184.2697.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 160 (62.89% from 255) = 66.67%
R=7.08%
G=26.25%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17631600.890.6100.37220.780.7934.71
Hex113FA0593D025dd5123
Octal21772401317504533512143
Binary100011111111010000010110011111010100101110111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,63,160); }

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

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

 a { background-color: rgb(17,63,160); }

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

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

 span { border-color: rgb(17,63,160); }

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