#161C47

Color #161C47 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #161C47

Tints of Midnight Express #161C47

Color information

#161C47 (or 0x161C47) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 47. RGB value is (22,28,71). Sum of RGB (Red+Green+Blue) = 22+28+71=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #161C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C47 is #E9E3B8. Grayscale: #1E1E1E. Windows color (decimal): -15328185 or 4660246. OLE color: 4660246.

HSL color Cylindrical-coordinate representation of color #161C47: hue angle of 232.65º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #161C47 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB222871-
CMYK0.690.6100.72
HSL232.65º52.69%18.24%-
HSV(B)232.65º69.01%27.84%-
XYZ1.881.466.14-
YUV31.11150.51121.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=18.18%
G=23.14%
B=58.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2228710.690.6100.72232.6552.6918.24
Hex161C47453D048e93512
Octal26341071057501103516522
Binary101101110010001111000101111101010010001110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161C47; }

 p { color: rgb(22,28,71); }

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

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

 a { background-color: rgb(22,28,71); }

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

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

 span { border-color: rgb(22,28,71); }

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