#113296

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

Shades of Egyptian Blue #113296

Tints of Egyptian Blue #113296

Color information

#113296 (or 0x113296) is unknown color: approx Egyptian Blue. HEX triplet: 11, 32 and 96. RGB value is (17,50,150). Sum of RGB (Red+Green+Blue) = 17+50+150=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #113296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113296 is #EECD69. Grayscale: #333333. Windows color (decimal): -15650154 or 9843217. OLE color: 9843217.

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

Color convert

RGB1750150-
CMYK0.890.6700.41
HSL225.11º79.64%32.75%-
HSV(B)225.11º88.67%58.82%-
XYZ6.884.629.38-
YUV51.53183.57103.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=7.83%
G=23.04%
B=69.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17501500.890.6700.41225.1179.6432.75
Hex1132965943029e15021
Octal216222613110305134112041
Binary1000111001010010110101100110000110101001111000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113296; }

 p { color: rgb(17,50,150); }

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

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

 a { background-color: rgb(17,50,150); }

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

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

 span { border-color: rgb(17,50,150); }

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