#163ea7

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

Shades of Egyptian Blue #163EA7

Tints of Egyptian Blue #163EA7

Color information

#163EA7 (or 0x163EA7) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3E and A7. RGB value is (22,62,167). Sum of RGB (Red+Green+Blue) = 22+62+167=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 167 (65.62% from 255 or 66.53% from 251); Max value from RGB is 167 - color contains mainly: blue. Hex color #163EA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163EA7 is #E9C158. Grayscale: #3D3D3D. Windows color (decimal): -15319385 or 10960406. OLE color: 10960406.

HSL color Cylindrical-coordinate representation of color #163EA7: hue angle of 223.45º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163EA7 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2262167-
CMYK0.870.6300.35
HSL223.45º76.72%37.06%-
HSV(B)223.45º86.83%65.49%-
XYZ9.036.4137.32-
YUV62.01187.2599.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 167 (65.62% from 255) = 66.53%
R=8.76%
G=24.70%
B=66.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22621670.870.6300.35223.4576.7237.06
Hex163EA7573F023df4d25
Octal26762471277704333711545
Binary101101111101010011110101111111110100011110111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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