#162899

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

Shades of Egyptian Blue #162899

Tints of Egyptian Blue #162899

Color information

#162899 (or 0x162899) is unknown color: approx Egyptian Blue. HEX triplet: 16, 28 and 99. RGB value is (22,40,153). Sum of RGB (Red+Green+Blue) = 22+40+153=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #162899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162899 is #E9D766. Grayscale: #2F2F2F. Windows color (decimal): -15325031 or 10037270. OLE color: 10037270.

HSL color Cylindrical-coordinate representation of color #162899: hue angle of 231.76º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162899 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2240153-
CMYK0.860.7400.4
HSL231.76º74.86%34.31%-
HSV(B)231.76º85.62%60%-
XYZ6.843.9930.55-
YUV47.5187.54109.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=10.23%
G=18.60%
B=71.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22401530.860.7400.4231.7674.8634.31
Hex162899564A028e84b22
Octal265023112611205035011342
Binary1011010100010011001101011010010100101000111010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162899; }

 p { color: rgb(22,40,153); }

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

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

 a { background-color: rgb(22,40,153); }

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

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

 span { border-color: rgb(22,40,153); }

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