#163F9E

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

Shades of Egyptian Blue #163F9E

Tints of Egyptian Blue #163F9E

Color information

#163F9E (or 0x163F9E) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3F and 9E. RGB value is (22,63,158). Sum of RGB (Red+Green+Blue) = 22+63+158=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #163F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F9E is #E9C061. Grayscale: #3D3D3D. Windows color (decimal): -15319138 or 10370838. OLE color: 10370838.

HSL color Cylindrical-coordinate representation of color #163F9E: hue angle of 221.91º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163F9E is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2263158-
CMYK0.860.6000.38
HSL221.91º75.56%35.29%-
HSV(B)221.91º86.08%61.96%-
XYZ8.286.1933.11-
YUV61.57182.4299.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=9.05%
G=25.93%
B=65.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22631580.860.6000.38221.9175.5635.29
Hex163F9E563C026de4c23
Octal26772361267404633611443
Binary101101111111001111010101101111000100110110111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,63,158); }

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

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

 a { background-color: rgb(22,63,158); }

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

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

 span { border-color: rgb(22,63,158); }

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