#113E9C

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

Shades of Egyptian Blue #113E9C

Tints of Egyptian Blue #113E9C

Color information

#113E9C (or 0x113E9C) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3E and 9C. RGB value is (17,62,156). Sum of RGB (Red+Green+Blue) = 17+62+156=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #113E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113E9C is #EEC163. Grayscale: #3A3A3A. Windows color (decimal): -15647076 or 10239505. OLE color: 10239505.

HSL color Cylindrical-coordinate representation of color #113E9C: hue angle of 220.58º 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 #113E9C is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1762156-
CMYK0.890.6000.39
HSL220.58º80.35%33.92%-
HSV(B)220.58º89.1%61.18%-
XYZ7.955.9632.18-
YUV59.26182.5997.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=7.23%
G=26.38%
B=66.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17621560.890.6000.39220.5880.3533.92
Hex113E9C593C027dd5022
Octal21762341317404733512042
Binary100011111101001110010110011111000100111110111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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