#112d93

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

Shades of Egyptian Blue #112D93

Tints of Egyptian Blue #112D93

Color information

#112D93 (or 0x112D93) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2D and 93. RGB value is (17,45,147). Sum of RGB (Red+Green+Blue) = 17+45+147=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #112D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D93 is #EED26C. Grayscale: #2F2F2F. Windows color (decimal): -15651437 or 9645329. OLE color: 9645329.

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

Color convert

RGB1745147-
CMYK0.880.6900.42
HSL227.08º79.27%32.16%-
HSV(B)227.08º88.44%57.65%-
XYZ6.444.128.06-
YUV48.26183.72105.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=8.13%
G=21.53%
B=70.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17451470.880.6900.42227.0879.2732.16
Hex112D93584502Ae34f20
Octal215522313010505234311740
Binary1000110110110010011101100010001010101010111000111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,147); }

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

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

 a { background-color: rgb(17,45,147); }

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

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

 span { border-color: rgb(17,45,147); }

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