#163CA3

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

Shades of Egyptian Blue #163CA3

Tints of Egyptian Blue #163CA3

Color information

#163CA3 (or 0x163CA3) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3C and A3. RGB value is (22,60,163). Sum of RGB (Red+Green+Blue) = 22+60+163=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #163CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CA3 is #E9C35C. Grayscale: #3B3B3B. Windows color (decimal): -15319901 or 10697750. OLE color: 10697750.

HSL color Cylindrical-coordinate representation of color #163CA3: hue angle of 223.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163CA3 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2260163-
CMYK0.870.6300.36
HSL223.83º76.22%36.27%-
HSV(B)223.83º86.5%63.92%-
XYZ8.566.0535.37-
YUV60.38185.91100.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=8.98%
G=24.49%
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.36
SystemRedGreenBlueCMYKHSL
Decimal22601630.870.6300.36223.8376.2236.27
Hex163CA3573F024e04c24
Octal26742431277704434011444
Binary101101111001010001110101111111110100100111000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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