#113A9E

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

Shades of Egyptian Blue #113A9E

Tints of Egyptian Blue #113A9E

Color information

#113A9E (or 0x113A9E) is unknown color: approx Egyptian Blue. HEX triplet: 11, 3A and 9E. RGB value is (17,58,158). Sum of RGB (Red+Green+Blue) = 17+58+158=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #113A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A9E is #EEC561. Grayscale: #383838. Windows color (decimal): -15648098 or 10369553. OLE color: 10369553.

HSL color Cylindrical-coordinate representation of color #113A9E: hue angle of 222.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113A9E is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1758158-
CMYK0.890.6300.38
HSL222.55º80.57%34.31%-
HSV(B)222.55º89.24%61.96%-
XYZ7.925.6133.01-
YUV57.14184.9299.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=7.30%
G=24.89%
B=67.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17581580.890.6300.38222.5580.5734.31
Hex113A9E593F026df5122
Octal21722361317704633712142
Binary100011110101001111010110011111110100110110111111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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