#113F9F

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

Shades of Egyptian Blue #113F9F

Tints of Egyptian Blue #113F9F

Color information

#113F9F (or 0x113F9F) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3F and 9F. RGB value is (17,63,159). Sum of RGB (Red+Green+Blue) = 17+63+159=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #113F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F9F is #EEC060. Grayscale: #3B3B3B. Windows color (decimal): -15646817 or 10436369. OLE color: 10436369.

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

Color convert

RGB1763159-
CMYK0.890.6000.38
HSL220.56º80.68%34.51%-
HSV(B)220.56º89.31%62.35%-
XYZ8.276.1833.56-
YUV60.19183.7697.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 159 (62.5% from 255) = 66.53%
R=7.11%
G=26.36%
B=66.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17631590.890.6000.38220.5680.6834.51
Hex113F9F593C026dd5123
Octal21772371317404633512143
Binary100011111111001111110110011111000100110110111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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