#112296

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

Shades of Egyptian Blue #112296

Tints of Egyptian Blue #112296

Color information

#112296 (or 0x112296) is unknown color: approx Egyptian Blue. HEX triplet: 11, 22 and 96. RGB value is (17,34,150). Sum of RGB (Red+Green+Blue) = 17+34+150=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #112296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112296 is #EEDD69. Grayscale: #292929. Windows color (decimal): -15654250 or 9839121. OLE color: 9839121.

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

Color convert

RGB1734150-
CMYK0.890.7700.41
HSL232.33º79.64%32.75%-
HSV(B)232.33º88.67%58.82%-
XYZ6.313.4729.19-
YUV42.14188.87110.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 150 (58.98% from 255) = 74.63%
R=8.46%
G=16.92%
B=74.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17341500.890.7700.41232.3379.6432.75
Hex112296594D029e85021
Octal214222613111505135012041
Binary1000110001010010110101100110011010101001111010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112296; }

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

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

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

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

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

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

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

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