#112B96

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

Shades of Egyptian Blue #112B96

Tints of Egyptian Blue #112B96

Color information

#112B96 (or 0x112B96) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2B and 96. RGB value is (17,43,150). Sum of RGB (Red+Green+Blue) = 17+43+150=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #112B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B96 is #EED469. Grayscale: #2E2E2E. Windows color (decimal): -15651946 or 9841425. OLE color: 9841425.

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

Color convert

RGB1743150-
CMYK0.890.7100.41
HSL228.27º79.64%32.75%-
HSV(B)228.27º88.67%58.82%-
XYZ6.64.0529.29-
YUV47.42185.89106.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 150 (58.98% from 255) = 71.43%
R=8.10%
G=20.48%
B=71.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17431500.890.7100.41228.2779.6432.75
Hex112B965947029e45021
Octal215322613110705134412041
Binary1000110101110010110101100110001110101001111001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B96; }

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

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

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

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

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

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

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

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