#161F39

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

Shades of Midnight Express #161F39

Tints of Midnight Express #161F39

Color information

#161F39 (or 0x161F39) is unknown color: approx Midnight Express. HEX triplet: 16, 1F and 39. RGB value is (22,31,57). Sum of RGB (Red+Green+Blue) = 22+31+57=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #161F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F39 is #E9E0C6. Grayscale: #1F1F1F. Windows color (decimal): -15327431 or 3743510. OLE color: 3743510.

HSL color Cylindrical-coordinate representation of color #161F39: hue angle of 224.57º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #161F39 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB223157-
CMYK0.610.4600.78
HSL224.57º44.3%15.49%-
HSV(B)224.57º61.4%22.35%-
XYZ1.561.454.07-
YUV31.27142.52121.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 28.18%
BLUE value IS 57 (22.66% from 255) = 51.82%
R=20%
G=28.18%
B=51.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2231570.610.4600.78224.5744.315.49
Hex161F393D2E04Ee12cf
Octal263771755601163415417
Binary101101111111100111110110111001001110111000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,31,57); }

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

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

 a { background-color: rgb(22,31,57); }

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

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

 span { border-color: rgb(22,31,57); }

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