#161941

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

Shades of Midnight Express #161941

Tints of Midnight Express #161941

Color information

#161941 (or 0x161941) is unknown color: approx Midnight Express. HEX triplet: 16, 19 and 41. RGB value is (22,25,65). Sum of RGB (Red+Green+Blue) = 22+25+65=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #161941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161941 is #E9E6BE. Grayscale: #1C1C1C. Windows color (decimal): -15328959 or 4266262. OLE color: 4266262.

HSL color Cylindrical-coordinate representation of color #161941: hue angle of 235.81º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #161941 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB222565-
CMYK0.660.6200.75
HSL235.81º49.43%17.06%-
HSV(B)235.81º66.15%25.49%-
XYZ1.631.255.16-
YUV28.66148.51123.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=19.64%
G=22.32%
B=58.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2225650.660.6200.75235.8149.4317.06
Hex161941423E04Bec3111
Octal26311011027601133546121
Binary101101100110000011000010111110010010111110110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161941; }

 p { color: rgb(22,25,65); }

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

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

 a { background-color: rgb(22,25,65); }

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

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

 span { border-color: rgb(22,25,65); }

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