#112A99

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

Shades of Egyptian Blue #112A99

Tints of Egyptian Blue #112A99

Color information

#112A99 (or 0x112A99) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and 99. RGB value is (17,42,153). Sum of RGB (Red+Green+Blue) = 17+42+153=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #112A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A99 is #EED566. Grayscale: #2E2E2E. Windows color (decimal): -15652199 or 10037777. OLE color: 10037777.

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

Color convert

RGB1742153-
CMYK0.890.7300.4
HSL228.97º80%33.33%-
HSV(B)228.97º88.89%60%-
XYZ6.814.0830.56-
YUV47.18187.72106.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 153 (60.16% from 255) = 72.17%
R=8.02%
G=19.81%
B=72.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17421530.890.7300.4228.978033.33
Hex112A995949028e55021
Octal215223113111105034512041
Binary1000110101010011001101100110010010101000111001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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