#163097

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

Shades of Egyptian Blue #163097

Tints of Egyptian Blue #163097

Color information

#163097 (or 0x163097) is unknown color: approx Egyptian Blue. HEX triplet: 16, 30 and 97. RGB value is (22,48,151). Sum of RGB (Red+Green+Blue) = 22+48+151=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #163097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163097 is #E9CF68. Grayscale: #333333. Windows color (decimal): -15322985 or 9908246. OLE color: 9908246.

HSL color Cylindrical-coordinate representation of color #163097: hue angle of 227.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163097 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2248151-
CMYK0.850.6800.41
HSL227.91º74.57%33.92%-
HSV(B)227.91º85.43%59.22%-
XYZ6.974.5229.78-
YUV51.97183.89106.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 151 (59.38% from 255) = 68.33%
R=9.95%
G=21.72%
B=68.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22481510.850.6800.41227.9174.5733.92
Hex1630975544029e44b22
Octal266022712510405134411342
Binary1011011000010010111101010110001000101001111001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163097; }

 p { color: rgb(22,48,151); }

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

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

 a { background-color: rgb(22,48,151); }

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

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

 span { border-color: rgb(22,48,151); }

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