#161EA4

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

Shades of Egyptian Blue #161EA4

Tints of Egyptian Blue #161EA4

Color information

#161EA4 (or 0x161EA4) is unknown color: approx Egyptian Blue. HEX triplet: 16, 1E and A4. RGB value is (22,30,164). Sum of RGB (Red+Green+Blue) = 22+30+164=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 164 (64.45% from 255 or 75.93% from 216); Max value from RGB is 164 - color contains mainly: blue. Hex color #161EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161EA4 is #E9E15B. Grayscale: #2A2A2A. Windows color (decimal): -15327580 or 10755606. OLE color: 10755606.

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

Color convert

RGB2230164-
CMYK0.870.8200.36
HSL236.62º76.34%36.47%-
HSV(B)236.62º86.59%64.31%-
XYZ7.53.7835.46-
YUV42.88196.35113.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 164 (64.45% from 255) = 75.93%
R=10.19%
G=13.89%
B=75.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22301640.870.8200.36236.6276.3436.47
Hex161EA45752024ed4c24
Octal263624412712204435511444
Binary101101111010100100101011110100100100100111011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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