#163B9F

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

Shades of Egyptian Blue #163B9F

Tints of Egyptian Blue #163B9F

Color information

#163B9F (or 0x163B9F) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3B and 9F. RGB value is (22,59,159). Sum of RGB (Red+Green+Blue) = 22+59+159=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #163B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B9F is #E9C460. Grayscale: #3A3A3A. Windows color (decimal): -15320161 or 10435350. OLE color: 10435350.

HSL color Cylindrical-coordinate representation of color #163B9F: hue angle of 223.8º 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 #163B9F is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2259159-
CMYK0.860.6300.38
HSL223.8º75.69%35.49%-
HSV(B)223.8º86.16%62.35%-
XYZ8.155.833.49-
YUV59.34184.24101.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 159 (62.5% from 255) = 66.25%
R=9.17%
G=24.58%
B=66.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22591590.860.6300.38223.875.6935.49
Hex163B9F563F026e04c23
Octal26732371267704634011443
Binary101101110111001111110101101111110100110111000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,59,159); }

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

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

 a { background-color: rgb(22,59,159); }

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

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

 span { border-color: rgb(22,59,159); }

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