#112c99

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

Shades of Egyptian Blue #112C99

Tints of Egyptian Blue #112C99

Color information

#112C99 (or 0x112C99) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2C and 99. RGB value is (17,44,153). Sum of RGB (Red+Green+Blue) = 17+44+153=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #112C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C99 is #EED366. Grayscale: #2F2F2F. Windows color (decimal): -15651687 or 10038289. OLE color: 10038289.

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

Color convert

RGB1744153-
CMYK0.890.7100.4
HSL228.09º80%33.33%-
HSV(B)228.09º88.89%60%-
XYZ6.884.2230.59-
YUV48.35187.05105.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 153 (60.16% from 255) = 71.50%
R=7.94%
G=20.56%
B=71.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17441530.890.7100.4228.098033.33
Hex112C995947028e45021
Octal215423113110705034412041
Binary1000110110010011001101100110001110101000111001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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