#112A96

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

Shades of Egyptian Blue #112A96

Tints of Egyptian Blue #112A96

Color information

#112A96 (or 0x112A96) is unknown color: approx Egyptian Blue. HEX triplet: 11, 2A and 96. RGB value is (17,42,150). Sum of RGB (Red+Green+Blue) = 17+42+150=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #112A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A96 is #EED569. Grayscale: #2E2E2E. Windows color (decimal): -15652202 or 9841169. OLE color: 9841169.

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

Color convert

RGB1742150-
CMYK0.890.7200.41
HSL228.72º79.64%32.75%-
HSV(B)228.72º88.67%58.82%-
XYZ6.563.9829.28-
YUV46.84186.22106.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 150 (58.98% from 255) = 71.77%
R=8.13%
G=20.10%
B=71.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17421500.890.7200.41228.7279.6432.75
Hex112A965948029e55021
Octal215222613111005134512041
Binary1000110101010010110101100110010000101001111001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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