#113EA8

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

Shades of Egyptian Blue #113EA8

Tints of Egyptian Blue #113EA8

Color information

#113EA8 (or 0x113EA8) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3E and A8. RGB value is (17,62,168). Sum of RGB (Red+Green+Blue) = 17+62+168=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 168 (66.02% from 255 or 68.02% from 247); Max value from RGB is 168 - color contains mainly: blue. Hex color #113EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EA8 is #EEC157. Grayscale: #3C3C3C. Windows color (decimal): -15647064 or 11025937. OLE color: 11025937.

HSL color Cylindrical-coordinate representation of color #113EA8: hue angle of 222.12º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113EA8 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1762168-
CMYK0.900.6300.34
HSL222.12º81.62%36.27%-
HSV(B)222.12º89.88%65.88%-
XYZ9.026.3937.8-
YUV60.63188.5996.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 168 (66.02% from 255) = 68.02%
R=6.88%
G=25.10%
B=68.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17621680.900.6300.34222.1281.6236.27
Hex113EA85A3F022de5224
Octal21762501327704233612244
Binary100011111101010100010110101111110100010110111101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,168); }

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

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

 a { background-color: rgb(17,62,168); }

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

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

 span { border-color: rgb(17,62,168); }

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