#161EA2

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

Shades of Egyptian Blue #161EA2

Tints of Egyptian Blue #161EA2

Color information

#161EA2 (or 0x161EA2) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1E and A2. RGB value is (22,30,162). Sum of RGB (Red+Green+Blue) = 22+30+162=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #161EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161EA2 is #E9E15D. Grayscale: #2A2A2A. Windows color (decimal): -15327582 or 10624534. OLE color: 10624534.

HSL color Cylindrical-coordinate representation of color #161EA2: hue angle of 236.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161EA2 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2230162-
CMYK0.860.8100.36
HSL236.57º76.09%36.08%-
HSV(B)236.57º86.42%63.53%-
XYZ7.323.7134.51-
YUV42.66195.35113.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 162 (63.67% from 255) = 75.70%
R=10.28%
G=14.02%
B=75.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22301620.860.8100.36236.5776.0936.08
Hex161EA25651024ed4c24
Octal263624212612104435511444
Binary101101111010100010101011010100010100100111011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161EA2; }

 p { color: rgb(22,30,162); }

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

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

 a { background-color: rgb(22,30,162); }

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

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

 span { border-color: rgb(22,30,162); }

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