#113DAA

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

Shades of Egyptian Blue #113DAA

Tints of Egyptian Blue #113DAA

Color information

#113DAA (or 0x113DAA) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3D and AA. RGB value is (17,61,170). Sum of RGB (Red+Green+Blue) = 17+61+170=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #113DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DAA is #EEC255. Grayscale: #3B3B3B. Windows color (decimal): -15647318 or 11156753. OLE color: 11156753.

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

Color convert

RGB1761170-
CMYK0.90.6400.33
HSL222.75º81.82%36.67%-
HSV(B)222.75º90%66.67%-
XYZ9.166.3638.78-
YUV60.27189.9297.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=6.85%
G=24.60%
B=68.55%

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
Decimal17611700.90.6400.33222.7581.8236.67
Hex113DAA5A40021df5225
Octal217525213210004133712245
Binary1000111110110101010101101010000000100001110111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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