#162F96

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

Shades of Egyptian Blue #162F96

Tints of Egyptian Blue #162F96

Color information

#162F96 (or 0x162F96) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2F and 96. RGB value is (22,47,150). Sum of RGB (Red+Green+Blue) = 22+47+150=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #162F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162F96 is #E9D069. Grayscale: #323232. Windows color (decimal): -15323242 or 9842454. OLE color: 9842454.

HSL color Cylindrical-coordinate representation of color #162F96: hue angle of 228.28º 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 #162F96 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2247150-
CMYK0.850.6900.41
HSL228.28º74.42%33.73%-
HSV(B)228.28º85.33%58.82%-
XYZ6.854.4129.34-
YUV51.27183.72107.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.05%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=10.05%
G=21.46%
B=68.49%

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
Decimal22471500.850.6900.41228.2874.4233.73
Hex162F965545029e44a22
Octal265722612510505134411242
Binary1011010111110010110101010110001010101001111001001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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