#163EA1

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

Shades of Egyptian Blue #163EA1

Tints of Egyptian Blue #163EA1

Color information

#163EA1 (or 0x163EA1) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3E and A1. RGB value is (22,62,161). Sum of RGB (Red+Green+Blue) = 22+62+161=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #163EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163EA1 is #E9C15E. Grayscale: #3C3C3C. Windows color (decimal): -15319391 or 10567190. OLE color: 10567190.

HSL color Cylindrical-coordinate representation of color #163EA1: hue angle of 222.73º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163EA1 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2262161-
CMYK0.860.6100.37
HSL222.73º75.96%35.88%-
HSV(B)222.73º86.34%63.14%-
XYZ8.496.1934.47-
YUV61.33184.2599.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 161 (63.28% from 255) = 65.71%
R=8.98%
G=25.31%
B=65.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22621610.860.6100.37222.7375.9635.88
Hex163EA1563D025df4c24
Octal26762411267504533711444
Binary101101111101010000110101101111010100101110111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163EA1; }

 p { color: rgb(22,62,161); }

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

<style>
 a { background-color: #163EA1; }

 a { background-color: rgb(22,62,161); }

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

<style>
 span { border-color: #163EA1; }

 span { border-color: rgb(22,62,161); }

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