#162991

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

Shades of Egyptian Blue #162991

Tints of Egyptian Blue #162991

Color information

#162991 (or 0x162991) is unknown color: approx Egyptian Blue. HEX triplet: 16, 29 and 91. RGB value is (22,41,145). Sum of RGB (Red+Green+Blue) = 22+41+145=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #162991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162991 is #E9D66E. Grayscale: #2E2E2E. Windows color (decimal): -15324783 or 9513238. OLE color: 9513238.

HSL color Cylindrical-coordinate representation of color #162991: hue angle of 230.73º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162991 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2241145-
CMYK0.850.7200.43
HSL230.73º73.65%32.75%-
HSV(B)230.73º84.83%56.86%-
XYZ6.233.827.19-
YUV47.18183.21110.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=10.58%
G=19.71%
B=69.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22411450.850.7200.43230.7373.6532.75
Hex162991554802Be74a21
Octal265122112511005334711241
Binary1011010100110010001101010110010000101011111001111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162991; }

 p { color: rgb(22,41,145); }

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

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

 a { background-color: rgb(22,41,145); }

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

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

 span { border-color: rgb(22,41,145); }

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