#162E96

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

Shades of Egyptian Blue #162E96

Tints of Egyptian Blue #162E96

Color information

#162E96 (or 0x162E96) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2E and 96. RGB value is (22,46,150). Sum of RGB (Red+Green+Blue) = 22+46+150=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #162E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162E96 is #E9D169. Grayscale: #323232. Windows color (decimal): -15323498 or 9842198. OLE color: 9842198.

HSL color Cylindrical-coordinate representation of color #162E96: hue angle of 228.75º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162E96 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2246150-
CMYK0.850.6900.41
HSL228.75º74.42%33.73%-
HSV(B)228.75º85.33%58.82%-
XYZ6.814.3329.33-
YUV50.68184.05107.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=10.09%
G=21.10%
B=68.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22461500.850.6900.41228.7574.4233.73
Hex162E965545029e54a22
Octal265622612510505134511242
Binary1011010111010010110101010110001010101001111001011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162E96; }

 p { color: rgb(22,46,150); }

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

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

 a { background-color: rgb(22,46,150); }

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

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

 span { border-color: rgb(22,46,150); }

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