#112293

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

Shades of Egyptian Blue #112293

Tints of Egyptian Blue #112293

Color information

#112293 (or 0x112293) is unknown color: approx Egyptian Blue. HEX triplet: 11, 22 and 93. RGB value is (17,34,147). Sum of RGB (Red+Green+Blue) = 17+34+147=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #112293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112293 is #EEDD6C. Grayscale: #292929. Windows color (decimal): -15654253 or 9642513. OLE color: 9642513.

HSL color Cylindrical-coordinate representation of color #112293: hue angle of 232.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112293 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1734147-
CMYK0.880.7700.42
HSL232.15º79.27%32.16%-
HSV(B)232.15º88.44%57.65%-
XYZ6.073.3727.93-
YUV41.8187.37110.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=8.59%
G=17.17%
B=74.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17341470.880.7700.42232.1579.2732.16
Hex112293584D02Ae84f20
Octal214222313011505235011740
Binary1000110001010010011101100010011010101010111010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112293; }

 p { color: rgb(17,34,147); }

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

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

 a { background-color: rgb(17,34,147); }

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

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

 span { border-color: rgb(17,34,147); }

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