#113499

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

Shades of Egyptian Blue #113499

Tints of Egyptian Blue #113499

Color information

#113499 (or 0x113499) is unknown color: approx Egyptian Blue. HEX triplet: 11, 34 and 99. RGB value is (17,52,153). Sum of RGB (Red+Green+Blue) = 17+52+153=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #113499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113499 is #EECB66. Grayscale: #343434. Windows color (decimal): -15649639 or 10040337. OLE color: 10040337.

HSL color Cylindrical-coordinate representation of color #113499: hue angle of 224.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113499 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1752153-
CMYK0.890.6600.4
HSL224.56º80%33.33%-
HSV(B)224.56º88.89%60%-
XYZ7.214.8830.7-
YUV53.05184.4102.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=7.66%
G=23.42%
B=68.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17521530.890.6600.4224.568033.33
Hex1134995942028e15021
Octal216423113110205034112041
Binary1000111010010011001101100110000100101000111000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113499; }

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

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

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

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

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

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

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

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