#113EAA

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

Shades of Egyptian Blue #113EAA

Tints of Egyptian Blue #113EAA

Color information

#113EAA (or 0x113EAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3E and AA. RGB value is (17,62,170). Sum of RGB (Red+Green+Blue) = 17+62+170=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #113EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EAA is #EEC155. Grayscale: #3C3C3C. Windows color (decimal): -15647062 or 11157009. OLE color: 11157009.

HSL color Cylindrical-coordinate representation of color #113EAA: hue angle of 222.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113EAA is Cyan = 0.9, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1762170-
CMYK0.90.6400.33
HSL222.35º81.82%36.67%-
HSV(B)222.35º90%66.67%-
XYZ9.216.4738.79-
YUV60.86189.5996.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=6.83%
G=24.90%
B=68.27%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17621700.90.6400.33222.3581.8236.67
Hex113EAA5A40021de5225
Octal217625213210004133612245
Binary1000111111010101010101101010000000100001110111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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