#113595

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

Shades of Egyptian Blue #113595

Tints of Egyptian Blue #113595

Color information

#113595 (or 0x113595) is unknown color: approx Egyptian Blue. HEX triplet: 11, 35 and 95. RGB value is (17,53,149). Sum of RGB (Red+Green+Blue) = 17+53+149=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #113595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113595 is #EECA6A. Grayscale: #343434. Windows color (decimal): -15649387 or 9778449. OLE color: 9778449.

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

Color convert

RGB1753149-
CMYK0.890.6400.42
HSL223.64º79.52%32.55%-
HSV(B)223.64º88.59%58.43%-
XYZ6.934.8429-
YUV53.18182.07102.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 149 (58.59% from 255) = 68.04%
R=7.76%
G=24.20%
B=68.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17531490.890.6400.42223.6479.5232.55
Hex113595594002Ae05021
Octal216522513110005234012041
Binary1000111010110010101101100110000000101010111000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113595; }

 p { color: rgb(17,53,149); }

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

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

 a { background-color: rgb(17,53,149); }

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

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

 span { border-color: rgb(17,53,149); }

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