#163E95

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

Shades of Egyptian Blue #163E95

Tints of Egyptian Blue #163E95

Color information

#163E95 (or 0x163E95) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3E and 95. RGB value is (22,62,149). Sum of RGB (Red+Green+Blue) = 22+62+149=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #163E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E95 is #E9C16A. Grayscale: #3B3B3B. Windows color (decimal): -15319403 or 9780758. OLE color: 9780758.

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

Color convert

RGB2262149-
CMYK0.850.5800.42
HSL221.1º74.27%33.53%-
HSV(B)221.1º85.23%58.43%-
XYZ7.485.7929.16-
YUV59.96178.25100.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=9.44%
G=26.61%
B=63.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22621490.850.5800.42221.174.2733.53
Hex163E95553A02Add4a22
Octal26762251257205233511242
Binary101101111101001010110101011110100101010110111011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,62,149); }

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

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

 a { background-color: rgb(22,62,149); }

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

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

 span { border-color: rgb(22,62,149); }

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