#113399

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

Shades of Egyptian Blue #113399

Tints of Egyptian Blue #113399

Color information

#113399 (or 0x113399) is unknown color: approx Egyptian Blue. HEX triplet: 11, 33 and 99. RGB value is (17,51,153). Sum of RGB (Red+Green+Blue) = 17+51+153=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #113399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113399 is #EECC66. Grayscale: #343434. Windows color (decimal): -15649895 or 10040081. OLE color: 10040081.

HSL color Cylindrical-coordinate representation of color #113399: hue angle of 225º 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 #113399 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1751153-
CMYK0.890.6700.4
HSL225º80%33.33%-
HSV(B)225º88.89%60%-
XYZ7.164.7930.68-
YUV52.46184.74102.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=7.69%
G=23.08%
B=69.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17511530.890.6700.42258033.33
Hex1133995943028e15021
Octal216323113110305034112041
Binary1000111001110011001101100110000110101000111000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113399; }

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

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

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

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

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

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

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

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