#163C93

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

Shades of Egyptian Blue #163C93

Tints of Egyptian Blue #163C93

Color information

#163C93 (or 0x163C93) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3C and 93. RGB value is (22,60,147). Sum of RGB (Red+Green+Blue) = 22+60+147=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #163C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C93 is #E9C36C. Grayscale: #3A3A3A. Windows color (decimal): -15319917 or 9649174. OLE color: 9649174.

HSL color Cylindrical-coordinate representation of color #163C93: hue angle of 221.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163C93 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2260147-
CMYK0.850.5900.42
HSL221.76º73.96%33.14%-
HSV(B)221.76º85.03%57.65%-
XYZ7.215.5128.29-
YUV58.56177.91101.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 147 (57.81% from 255) = 64.19%
R=9.61%
G=26.20%
B=64.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22601470.850.5900.42221.7673.9633.14
Hex163C93553B02Ade4a21
Octal26742231257305233611241
Binary101101111001001001110101011110110101010110111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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