#112B99

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

Shades of Egyptian Blue #112B99

Tints of Egyptian Blue #112B99

Color information

#112B99 (or 0x112B99) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2B and 99. RGB value is (17,43,153). Sum of RGB (Red+Green+Blue) = 17+43+153=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #112B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B99 is #EED466. Grayscale: #2F2F2F. Windows color (decimal): -15651943 or 10038033. OLE color: 10038033.

HSL color Cylindrical-coordinate representation of color #112B99: hue angle of 228.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112B99 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1743153-
CMYK0.890.7200.4
HSL228.53º80%33.33%-
HSV(B)228.53º88.89%60%-
XYZ6.844.1530.58-
YUV47.77187.39106.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=7.98%
G=20.19%
B=71.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17431530.890.7200.4228.538033.33
Hex112B995948028e55021
Octal215323113111005034512041
Binary1000110101110011001101100110010000101000111001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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