#162E9F

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

Shades of Egyptian Blue #162E9F

Tints of Egyptian Blue #162E9F

Color information

#162E9F (or 0x162E9F) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2E and 9F. RGB value is (22,46,159). Sum of RGB (Red+Green+Blue) = 22+46+159=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #162E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162E9F is #E9D160. Grayscale: #333333. Windows color (decimal): -15323489 or 10432022. OLE color: 10432022.

HSL color Cylindrical-coordinate representation of color #162E9F: hue angle of 229.49º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162E9F is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2246159-
CMYK0.860.7100.38
HSL229.49º75.69%35.49%-
HSV(B)229.49º86.16%62.35%-
XYZ7.574.6333.3-
YUV51.71188.55106.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 159 (62.5% from 255) = 70.04%
R=9.69%
G=20.26%
B=70.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22461590.860.7100.38229.4975.6935.49
Hex162E9F5647026e54c23
Octal265623712610704634511443
Binary1011010111010011111101011010001110100110111001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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