#113CAA

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

Shades of Egyptian Blue #113CAA

Tints of Egyptian Blue #113CAA

Color information

#113CAA (or 0x113CAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3C and AA. RGB value is (17,60,170). Sum of RGB (Red+Green+Blue) = 17+60+170=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #113CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CAA is #EEC355. Grayscale: #3B3B3B. Windows color (decimal): -15647574 or 11156497. OLE color: 11156497.

HSL color Cylindrical-coordinate representation of color #113CAA: hue angle of 223.14º 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 #113CAA is Cyan = 0.9, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1760170-
CMYK0.90.6500.33
HSL223.14º81.82%36.67%-
HSV(B)223.14º90%66.67%-
XYZ9.16.2538.76-
YUV59.68190.2597.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 170 (66.80% from 255) = 68.83%
R=6.88%
G=24.29%
B=68.83%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17601700.90.6500.33223.1481.8236.67
Hex113CAA5A41021df5225
Octal217425213210104133712245
Binary1000111110010101010101101010000010100001110111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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