#112199

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

Shades of Egyptian Blue #112199

Tints of Egyptian Blue #112199

Color information

#112199 (or 0x112199) is unknown color: approx Egyptian Blue. HEX triplet: 11, 21 and 99. RGB value is (17,33,153). Sum of RGB (Red+Green+Blue) = 17+33+153=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #112199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112199 is #EEDE66. Grayscale: #292929. Windows color (decimal): -15654503 or 10035473. OLE color: 10035473.

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

Color convert

RGB1733153-
CMYK0.890.7800.4
HSL232.94º80%33.33%-
HSV(B)232.94º88.89%60%-
XYZ6.523.5130.47-
YUV41.9190.7110.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=8.37%
G=16.26%
B=75.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17331530.890.7800.4232.948033.33
Hex112199594E028e95021
Octal214123113111605035112041
Binary1000110000110011001101100110011100101000111010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112199; }

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

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

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

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

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

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

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

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