#163E94

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

Shades of Egyptian Blue #163E94

Tints of Egyptian Blue #163E94

Color information

#163E94 (or 0x163E94) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3E and 94. RGB value is (22,62,148). Sum of RGB (Red+Green+Blue) = 22+62+148=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #163E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E94 is #E9C16B. Grayscale: #3B3B3B. Windows color (decimal): -15319404 or 9715222. OLE color: 9715222.

HSL color Cylindrical-coordinate representation of color #163E94: hue angle of 220.95º 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 #163E94 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2262148-
CMYK0.850.5800.42
HSL220.95º74.12%33.33%-
HSV(B)220.95º85.14%58.04%-
XYZ7.45.7528.74-
YUV59.84177.75101.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.48%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 148 (58.20% from 255) = 63.79%
R=9.48%
G=26.72%
B=63.79%

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
Decimal22621480.850.5800.42220.9574.1233.33
Hex163E94553A02Add4a21
Octal26762241257205233511241
Binary101101111101001010010101011110100101010110111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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