#113BA7

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

Shades of Egyptian Blue #113BA7

Tints of Egyptian Blue #113BA7

Color information

#113BA7 (or 0x113BA7) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3B and A7. RGB value is (17,59,167). Sum of RGB (Red+Green+Blue) = 17+59+167=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #113BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BA7 is #EEC458. Grayscale: #3A3A3A. Windows color (decimal): -15647833 or 10959633. OLE color: 10959633.

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

Color convert

RGB1759167-
CMYK0.900.6500.35
HSL223.2º81.52%36.08%-
HSV(B)223.2º89.82%65.49%-
XYZ8.776.0437.26-
YUV58.75189.0998.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 167 (65.62% from 255) = 68.72%
R=7.00%
G=24.28%
B=68.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17591670.900.6500.35223.281.5236.08
Hex113BA75A41023df5224
Octal217324713210104333712244
Binary1000111101110100111101101010000010100011110111111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,59,167); }

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

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

 a { background-color: rgb(17,59,167); }

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

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

 span { border-color: rgb(17,59,167); }

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