#113494

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

Shades of Egyptian Blue #113494

Tints of Egyptian Blue #113494

Color information

#113494 (or 0x113494) is unknown color: approx Egyptian Blue. HEX triplet: 11, 34 and 94. RGB value is (17,52,148). Sum of RGB (Red+Green+Blue) = 17+52+148=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #113494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113494 is #EECB6B. Grayscale: #343434. Windows color (decimal): -15649644 or 9712657. OLE color: 9712657.

HSL color Cylindrical-coordinate representation of color #113494: hue angle of 223.97º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113494 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1752148-
CMYK0.890.6500.42
HSL223.97º79.39%32.35%-
HSV(B)223.97º88.51%58.04%-
XYZ6.84.7128.57-
YUV52.48181.9102.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=7.83%
G=23.96%
B=68.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17521480.890.6500.42223.9779.3932.35
Hex113494594102Ae04f20
Octal216422413110105234011740
Binary1000111010010010100101100110000010101010111000001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113494; }

 p { color: rgb(17,52,148); }

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

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

 a { background-color: rgb(17,52,148); }

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

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

 span { border-color: rgb(17,52,148); }

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