#113F9B

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

Shades of Egyptian Blue #113F9B

Tints of Egyptian Blue #113F9B

Color information

#113F9B (or 0x113F9B) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3F and 9B. RGB value is (17,63,155). Sum of RGB (Red+Green+Blue) = 17+63+155=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #113F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F9B is #EEC064. Grayscale: #3B3B3B. Windows color (decimal): -15646821 or 10174225. OLE color: 10174225.

HSL color Cylindrical-coordinate representation of color #113F9B: hue angle of 220º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113F9B is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1763155-
CMYK0.890.5900.39
HSL220º80.23%33.73%-
HSV(B)220º89.03%60.78%-
XYZ7.936.0431.76-
YUV59.73181.7697.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=7.23%
G=26.81%
B=65.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17631550.890.5900.3922080.2333.73
Hex113F9B593B027dc5022
Octal21772331317304733412042
Binary100011111111001101110110011110110100111110111001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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