#112294

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

Shades of Egyptian Blue #112294

Tints of Egyptian Blue #112294

Color information

#112294 (or 0x112294) is unknown color: approx Egyptian Blue. HEX triplet: 11, 22 and 94. RGB value is (17,34,148). Sum of RGB (Red+Green+Blue) = 17+34+148=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #112294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112294 is #EEDD6B. Grayscale: #292929. Windows color (decimal): -15654252 or 9708049. OLE color: 9708049.

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

Color convert

RGB1734148-
CMYK0.890.7700.42
HSL232.21º79.39%32.35%-
HSV(B)232.21º88.51%58.04%-
XYZ6.153.428.35-
YUV41.91187.87110.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 148 (58.20% from 255) = 74.37%
R=8.54%
G=17.09%
B=74.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17341480.890.7700.42232.2179.3932.35
Hex112294594D02Ae84f20
Octal214222413111505235011740
Binary1000110001010010100101100110011010101010111010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112294; }

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

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

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

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

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

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

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

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