#113FAE

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

Shades of Egyptian Blue #113FAE

Tints of Egyptian Blue #113FAE

Color information

#113FAE (or 0x113FAE) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3F and AE. RGB value is (17,63,174). Sum of RGB (Red+Green+Blue) = 17+63+174=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #113FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FAE is #EEC051. Grayscale: #3D3D3D. Windows color (decimal): -15646802 or 11419409. OLE color: 11419409.

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

Color convert

RGB1763174-
CMYK0.900.6400.32
HSL222.42º82.2%37.45%-
HSV(B)222.42º90.23%68.24%-
XYZ9.656.7340.83-
YUV61.9191.2695.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.69%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=6.69%
G=24.80%
B=68.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17631740.900.6400.32222.4282.237.45
Hex113FAE5A40020de5225
Octal217725613210004033612245
Binary1000111111110101110101101010000000100000110111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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