#112396

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

Shades of Egyptian Blue #112396

Tints of Egyptian Blue #112396

Color information

#112396 (or 0x112396) is unknown color: approx Egyptian Blue. HEX triplet: 11, 23 and 96. RGB value is (17,35,150). Sum of RGB (Red+Green+Blue) = 17+35+150=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #112396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112396 is #EEDC69. Grayscale: #2A2A2A. Windows color (decimal): -15653994 or 9839377. OLE color: 9839377.

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

Color convert

RGB1735150-
CMYK0.890.7700.41
HSL231.88º79.64%32.75%-
HSV(B)231.88º88.67%58.82%-
XYZ6.343.5229.2-
YUV42.73188.54109.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 150 (58.98% from 255) = 74.26%
R=8.42%
G=17.33%
B=74.26%

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
Decimal17351500.890.7700.41231.8879.6432.75
Hex112396594D029e85021
Octal214322613111505135012041
Binary1000110001110010110101100110011010101001111010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112396; }

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

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

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

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

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

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

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

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