#113AAB

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

Shades of Egyptian Blue #113AAB

Tints of Egyptian Blue #113AAB

Color information

#113AAB (or 0x113AAB) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3A and AB. RGB value is (17,58,171). Sum of RGB (Red+Green+Blue) = 17+58+171=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #113AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AAB is #EEC554. Grayscale: #3A3A3A. Windows color (decimal): -15648085 or 11221521. OLE color: 11221521.

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

Color convert

RGB1758171-
CMYK0.900.6600.33
HSL224.03º81.91%36.86%-
HSV(B)224.03º90.06%67.06%-
XYZ9.096.0939.22-
YUV58.62191.4298.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 171 (67.19% from 255) = 69.51%
R=6.91%
G=23.58%
B=69.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17581710.900.6600.33224.0381.9136.86
Hex113AAB5A42021e05225
Octal217225313210204134012245
Binary1000111101010101011101101010000100100001111000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,58,171); }

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

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

 a { background-color: rgb(17,58,171); }

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

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

 span { border-color: rgb(17,58,171); }

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