#163C9D

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

Shades of Egyptian Blue #163C9D

Tints of Egyptian Blue #163C9D

Color information

#163C9D (or 0x163C9D) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3C and 9D. RGB value is (22,60,157). Sum of RGB (Red+Green+Blue) = 22+60+157=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #163C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C9D is #E9C362. Grayscale: #3B3B3B. Windows color (decimal): -15319907 or 10304534. OLE color: 10304534.

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

Color convert

RGB2260157-
CMYK0.860.6200.38
HSL223.11º75.42%35.1%-
HSV(B)223.11º85.99%61.57%-
XYZ8.035.8432.6-
YUV59.7182.91101.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=9.21%
G=25.10%
B=65.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22601570.860.6200.38223.1175.4235.1
Hex163C9D563E026df4b23
Octal26742351267604633711343
Binary101101111001001110110101101111100100110110111111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,60,157); }

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

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

 a { background-color: rgb(22,60,157); }

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

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

 span { border-color: rgb(22,60,157); }

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