#113699

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

Shades of Egyptian Blue #113699

Tints of Egyptian Blue #113699

Color information

#113699 (or 0x113699) is unknown color: approx Egyptian Blue. HEX triplet: 11, 36 and 99. RGB value is (17,54,153). Sum of RGB (Red+Green+Blue) = 17+54+153=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #113699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113699 is #EEC966. Grayscale: #353535. Windows color (decimal): -15649127 or 10040849. OLE color: 10040849.

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

Color convert

RGB1754153-
CMYK0.890.6500.4
HSL223.68º80%33.33%-
HSV(B)223.68º88.89%60%-
XYZ7.35.0630.73-
YUV54.22183.74101.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 153 (60.16% from 255) = 68.30%
R=7.59%
G=24.11%
B=68.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17541530.890.6500.4223.688033.33
Hex1136995941028e05021
Octal216623113110105034012041
Binary1000111011010011001101100110000010101000111000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113699; }

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

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

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

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

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

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

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

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